1234567891011121314151617181920 |
- @import url("iconblock.css");
- @import url("iconline.css");
- .ax{
- --ax-color-red: #eb4646;
- --ax-color-red-light: #ffcdd2;
- --ax-color-blue: #2196f3;
- --ax-color-blue-light: #bbdefb;
- --ax-color-green: #3fb555;
- --ax-color-green-light: #c8e6c9;
- --ax-color-orange: #ef9d00;
- --ax-color-orange-light: #ffe0b2;
-
- --ax-size: 36px;
- --ax-size-huge: 56px;
- --ax-size-big: 46px;
- --ax-size-small: 26px;
-
- --ax-shadow: 0 0 10px rgba(0,0,0,0.1);
- }
|