source: OpenWorkouts-current/ow/static/______css/variables.css @ 5cbc4a0

currentfeature/docs
Last change on this file since 5cbc4a0 was 5cbc4a0, checked in by Segundo Fdez <segun.2@…>, 5 years ago

Update dashboard and login with less.

  • Property mode set to 100644
File size: 435 bytes
Line 
1:root {
2
3    /* colors */
4    --color-main: #151515;
5    --color-main-dark: #454545;
6    --color-main-medium: #999;
7    --color-main-light: #ccc;
8    --color-main-xtralight: #f5f5f5;
9
10    --color-app-dark: #e81029;
11    --color-app: #EE4056;
12    --color-app-medium: #ee0000;
13    --color-app-light: #ee9999;
14
15        /* Media queries */
16        --screen-xs: 320px;
17        --screen-s: 480px;
18        --screen-m: 800px;
19        --screen-l: 1024px;
20        --screen-xl: 1440px;
21
22}
Note: See TracBrowser for help on using the repository browser.