Main page looks almost ok now.
[wolnelektury.git] / apps / wolnelektury_core / static / css / main / _tools.scss
1 @mixin size-px($name, $size) {
2     #{$name}: $size + px;
3     #{$name}: ($size / 16) + rem;
4 }
5 @mixin font-size-px($size) {
6     @include size-px(font-size, $size);
7 }
8
9 @mixin mono {
10     font-family: "Andale Mono", "Lucida Sans Typewriter", "Courier New";
11 }
12 @mixin hidden-label {
13     display: block;
14     width: 1px;
15     height: 1px;
16     overflow:hidden;
17 }