unify fonts

This commit is contained in:
Pierre Bondoerffer
2017-08-04 17:15:45 +02:00
parent a16d4be3c4
commit dac14de18c
10 changed files with 23 additions and 14 deletions

View File

@@ -2,6 +2,7 @@
@import "./mixins.less";
@import "./dropdown.less";
@import (once) "../less2/include/colortheme.less";
.unselectable {
-webkit-touch-callout: none;
@@ -61,7 +62,7 @@
}
body .userlist-drawer {
font: normal normal normal @main-font-size Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
font: @main-font-size @colortheme_font;
min-width: 175px;
width: 175px;
display: block;
@@ -100,7 +101,7 @@ body .userlist-drawer {
}
& > p {
font: normal normal normal @main-font-size Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
font: @main-font-size @colortheme_font;
margin: 0;
padding: 0;
display: block;