font-size des root reduziert, damit default font size 1rem entspricht

This commit is contained in:
Jana Deutschländer 2017-01-11 14:40:43 +01:00
commit fda6466f1a
25 changed files with 1279 additions and 1245 deletions

View file

@ -148,12 +148,12 @@
min-width: @elem;
box-sizing: border-box;
color: @color-nav;
font-size: .8rem;
font-size: @font-size-small;
padding: 0;
margin: 0 .2rem;
margin: 0 @very-small-spacing;
* {
font-size: .8rem;
font-size: @font-size-small;
}
}
@ -165,11 +165,11 @@
background-color: @button_background;
border-radius: 2px;
color: @button_color;
font-size: .6rem;
font-size: @font-size-very-small;
font-weight: 400;
text-align: center;
line-height: 1;
padding: .2em .2rem .1em;
padding: @very-small-spacing @very-small-spacing .1em;
transition: @transition color, @transition background-color;
}
@ -190,8 +190,8 @@
.hide-text-show-before();
color: inherit;
font-size: 1rem;
margin-top: .2rem;
font-size: @font-size-default;
margin-top: @very-small-spacing;
}