mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
header plugs is back again
This commit is contained in:
parent
f781ecc6aa
commit
5684b4745b
3 changed files with 26 additions and 13 deletions
|
@ -17,18 +17,6 @@
|
|||
text-transform: uppercase;
|
||||
align-items: center;
|
||||
|
||||
&::after {
|
||||
content: ' ';
|
||||
margin-left: $spc;
|
||||
background: white;
|
||||
width: 4px;
|
||||
height: $gap;
|
||||
display: block;
|
||||
opacity: 0.2;
|
||||
border-radius: 4px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
& > a.item,
|
||||
& > div.item {
|
||||
font: $font_16_medium;
|
||||
|
@ -50,6 +38,17 @@
|
|||
padding-left: $spc + $gap;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: ' ';
|
||||
margin-left: $spc;
|
||||
background: white;
|
||||
width: 4px;
|
||||
height: $gap;
|
||||
display: block;
|
||||
opacity: 0.2;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
// padding-right: 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue