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

@ -10,7 +10,7 @@
position: absolute;
top: -1px;
bottom: -1px;
left: -2rem;
left: -(@margin-default);
z-index: 1;
a {
@ -18,7 +18,7 @@
.flex-direction();
.justify-content();
width: 2rem;
width: (@margin-default);
height: 100%;
background-color: @button_background;
border: solid 1px @button_background;