Advertisement
geminilabs

Untitled

Sep 12th, 2022
873
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.52 KB | None | 0 0
  1. .glsr button.glsr-button {
  2.     background-color: rgb(71, 188, 169);
  3.     border-radius: 3px;
  4.     border: 0;
  5.     color: #fff;
  6.     cursor: pointer;
  7.     font-size: 16px;
  8.     font-weight: 700;
  9.     line-height: 22px;
  10.     padding: 18px 43px;
  11.     text-transform: capitalize;
  12.     transition: background-color .2s ease-in-out;
  13. }
  14. @media only screen and (min-width: 1199px) {
  15.     .glsr button.glsr-button {
  16.         padding: 21px 50px;
  17.     }
  18. }
  19. .glsr button.glsr-button:hover {
  20.     background-color: rgb(144, 216, 192);
  21. }
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement