source: OpenWorkouts-current/ow/static/css/main.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: 299 bytes
Line 
1/* google fonts */
2@import "http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,700italic,800";
3
4/* normalize */
5@import "vendors/normalize.css";
6
7/* Variables */
8@import "variables.css";
9
10/* Common styles */
11@import "common.css";
12
13/* Pages */
14@import "pages/login.css";
Note: See TracBrowser for help on using the repository browser.