em --> rem + font-size in responsive

This commit is contained in:
Silke Pisulla 2017-01-05 15:26:31 +01:00
commit b6b228b16d
7 changed files with 142 additions and 69 deletions

View file

@ -150,7 +150,7 @@
color: @color-nav;
font-size: .8rem;
padding: 0;
margin: 0 .2rem 0 .1rem;
margin: 0 .2rem;
* {
font-size: .8rem;
@ -160,7 +160,7 @@
.btn-usertools-num () {
.num {
position: absolute;
right: -.5em;
right: -.4rem;
top: -.4em;
background-color: @button_background;
border-radius: 2px;
@ -169,7 +169,7 @@
font-weight: 400;
text-align: center;
line-height: 1;
padding: .2em .3em .1em;
padding: .2em .2rem .1em;
transition: @transition color, @transition background-color;
}
@ -190,7 +190,7 @@
.hide-text-show-before();
color: inherit;
font-size: 1.3em;
font-size: 1rem;
margin-top: .2rem;
}