ax.css 441 B

1234567891011121314151617181920
  1. @import url("iconblock.css");
  2. @import url("iconline.css");
  3. .ax{
  4. --ax-color-red: #eb4646;
  5. --ax-color-red-light: #ffcdd2;
  6. --ax-color-blue: #2196f3;
  7. --ax-color-blue-light: #bbdefb;
  8. --ax-color-green: #3fb555;
  9. --ax-color-green-light: #c8e6c9;
  10. --ax-color-orange: #ef9d00;
  11. --ax-color-orange-light: #ffe0b2;
  12. --ax-size: 36px;
  13. --ax-size-huge: 56px;
  14. --ax-size-big: 46px;
  15. --ax-size-small: 26px;
  16. --ax-shadow: 0 0 10px rgba(0,0,0,0.1);
  17. }