source: OpenWorkouts-current/ow/static/______css/common.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: 134 bytes
Line 
1body {
2    font-family: 'Open Sans', sans-serif;
3}
4
5html {
6        box-sizing: border-box;
7}
8*,
9*:before,
10*:after {
11        box-sizing: inherit;
12}
13
Note: See TracBrowser for help on using the repository browser.