font-size des root reduziert, damit default font size 1rem entspricht
This commit is contained in:
parent
2fc1643265
commit
fda6466f1a
25 changed files with 1279 additions and 1245 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue