mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
margin2
This commit is contained in:
parent
33e043a7fc
commit
4e45c361ba
1 changed files with 4 additions and 1 deletions
|
@ -124,9 +124,11 @@ nav {
|
|||
border-radius: 4px;
|
||||
background-color: rgba(red(@text-color), green(@text-color), blue(@text-color), 0.1);
|
||||
padding: 4px;
|
||||
margin: 4px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
|
||||
&.upper-box {
|
||||
margin-top: 2px;
|
||||
border-radius: 4px 4px 0 0;
|
||||
background-color: rgba(red(@text-color), green(@text-color), blue(@text-color), 0.2);
|
||||
color: @accent-color;
|
||||
|
@ -135,6 +137,7 @@ nav {
|
|||
}
|
||||
|
||||
&.lower-box {
|
||||
margin-bottom: 2px;
|
||||
border-radius: 0 0 4px 4px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue