source: OpenWorkouts-current/ow/static/css/variables.css @ 816820d

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

Start to organize css structure. Added fake img for login

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