Mainly experimental stuff for print

This commit is contained in:
Stephan 2016-12-15 11:44:35 +01:00
parent ed66b9f6ee
commit d91c029d4d
7 changed files with 245 additions and 69 deletions

View file

@ -45,12 +45,19 @@
line-height: $head_line_4;
}
%solo {
@extend %basic;
color: $basic_font_color;
}
%short {
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis; // vendor
}
// Specific styles
// -----------------------------------------------------------------------------