12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- /* styles-4.css */
- @theme-color: #A15277;
- @text-color: #3F4650;
- @text-color-secondary: #545E6C;
- @text-grey: #97AAC3;
- @divider: #e8e8e8;
- @lighter-grey: #ccc;
- @darker-grey: #666;
- @smoky-white: #f5f5f5;
- @heart: #fb866a;
|