You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
742 B

  1. .c_blue300{
  2. background: #64B5F6!important;
  3. color: #ffffff!important;
  4. }
  5. .c_red300{
  6. background: #E57373!important;
  7. color: #ffffff!important;
  8. }
  9. .g_button{
  10. border: none;
  11. border-radius: 2px;
  12. position: relative;
  13. padding: 8px 30px;
  14. margin: 10px 1px;
  15. font-size: 14px;
  16. font-weight: 500;
  17. text-transform: uppercase;
  18. letter-spacing: 0;
  19. will-change: box-shadow, transform;
  20. outline: 0;
  21. cursor: pointer;
  22. text-decoration: none;
  23. background: transparent;
  24. display: inline-block;
  25. text-align: center;
  26. white-space: nowrap;
  27. vertical-align: middle;
  28. }
  29. .g_floatRight{
  30. float: right;
  31. }
  32. .g_selected{
  33. border: 4px solid yellow;
  34. }
  35. .g_unselected{
  36. border: 4px solid white;
  37. }