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