Advertisement
Katsiree

history

May 19th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.86 KB | None | 0 0
  1. .gg_turquoise {
  2.     margin-right: 10px;
  3.     width: 100px;
  4.     background: #1abc9c;
  5.     border-bottom: #16a085 3px solid;
  6.     border-left: #16a085 1px solid;
  7.     border-right: #16a085 1px solid;
  8.     border-radius: 6px;
  9.     text-align: center;
  10.     color: white;
  11.     padding: 10px;
  12.     float: left;
  13.     font-size: 12px;
  14.     font-weight: 800;
  15.     box-shadow: 0px 2px 25px -7px rgb(104, 253, 203);
  16. }
  17.  
  18. .gg_turquoise:hover {
  19.     opacity: 0.8;
  20. }
  21.  
  22. .gg_turquoise:active {
  23.     width: 100px;
  24.     background: #18B495;
  25.     border-bottom: #16a085 1px solid;
  26.     border-left: #16a085 1px solid;
  27.     border-right: #16a085 1px solid;
  28.     border-radius: 6px;
  29.     text-align: center;
  30.     color: white;
  31.     padding: 10px;
  32.     margin-top: 3px;
  33.     float: left;
  34. }
  35.  
  36. .gg_selectDate .modal-dialog {
  37.     top: 30%;
  38. }
  39.  
  40. .gg_boxDate {
  41.     border: 1px #8a8484 solid;
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement