Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .glsr button.glsr-button {
- background-color: rgb(71, 188, 169);
- border-radius: 3px;
- border: 0;
- color: #fff;
- cursor: pointer;
- font-size: 16px;
- font-weight: 700;
- line-height: 22px;
- padding: 18px 43px;
- text-transform: capitalize;
- transition: background-color .2s ease-in-out;
- }
- @media only screen and (min-width: 1199px) {
- .glsr button.glsr-button {
- padding: 21px 50px;
- }
- }
- .glsr button.glsr-button:hover {
- background-color: rgb(144, 216, 192);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement