mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 13:34:28 +00:00
margin4
This commit is contained in:
parent
4e45c361ba
commit
7c563dfda7
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue