source: OpenWorkouts-current/ow/static/less/mixins/mixins.less @ 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: 188 bytes
Line 
1
2.font-size(@sizeValue) {
3    @remValue: @sizeValue / 16;
4    @pxValue: (@sizeValue);
5    font-size: ~"@{pxValue}px";
6    font-size: ~"@{remValue}rem";
7}
8
9.hidden,
10.hide{
11        display: none;
12}
Note: See TracBrowser for help on using the repository browser.