1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-27 13:34:28 +00:00
This commit is contained in:
Steffo 2018-07-24 19:48:50 +02:00
parent 4e45c361ba
commit 7c563dfda7

View file

@ -128,7 +128,7 @@ nav {
margin-right: 4px; margin-right: 4px;
&.upper-box { &.upper-box {
margin-top: 2px; margin-top: 4px;
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
background-color: rgba(red(@text-color), green(@text-color), blue(@text-color), 0.2); background-color: rgba(red(@text-color), green(@text-color), blue(@text-color), 0.2);
color: @accent-color; color: @accent-color;
@ -137,7 +137,7 @@ nav {
} }
&.lower-box { &.lower-box {
margin-bottom: 2px; margin-bottom: 4px;
border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
} }
} }