source: OpenWorkouts-current/ow/static/less/common.less @ 8c2b094

current
Last change on this file since 8c2b094 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: 133 bytes
Line 
1body {
2    font-family: 'Open Sans', sans-serif;
3}
4
5html {
6        box-sizing: border-box;
7}
8*, *:before, *:after {
9        box-sizing: inherit;
10}
Note: See TracBrowser for help on using the repository browser.