mirror of https://github.com/vector-im/riot-web
Use rem instead of em.
parent
c2a2908746
commit
c921859067
|
@ -13,7 +13,7 @@
|
||||||
height: $font-16px;
|
height: $font-16px;
|
||||||
line-height: $font-20px;
|
line-height: $font-20px;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
padding-right: 0.5em;
|
padding-right: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.mx_Pill {
|
a.mx_Pill {
|
||||||
|
|
Loading…
Reference in New Issue