Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. .btngroup2__btnmyset {
  2. margin-top: 30px;
  3. border-radius: 30px;
  4. font-size: 1em;
  5. text-transform: uppercase;
  6. border-color: rgba(51, 51, 51, 1);
  7. background: none;
  8. width: 150px;
  9. transition: all 0.6s ease;
  10. height: 40px;
  11. }
  12.  
  13. .btngroup2__btnmyset:focus {
  14. outline: none;
  15. }
  16.  
  17. .btngroup2__btnmyset:hover {
  18. outline: none;
  19. background: rgba(51, 51, 51, 1);
  20. color: rgb(255, 193, 55);
  21. border-color: rgb(255, 193, 55);
  22. width: 180px;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement