mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
fixed gaps and radiuses
This commit is contained in:
parent
782bafcc60
commit
f63d2d3228
8 changed files with 62 additions and 29 deletions
|
@ -23,13 +23,17 @@
|
|||
}
|
||||
|
||||
.container {
|
||||
@include container;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
font-weight: 500;
|
||||
box-sizing: border-box;
|
||||
|
||||
@include container;
|
||||
@include tablet {
|
||||
padding: 0 $gap;
|
||||
}
|
||||
}
|
||||
|
||||
.spacer {
|
||||
|
@ -116,9 +120,8 @@
|
|||
background: lighten($wisegreen, 10%);
|
||||
}
|
||||
|
||||
|
||||
@include tablet {
|
||||
padding: $gap;
|
||||
padding: 0 $gap * 2 0 0;
|
||||
|
||||
&.notifications {
|
||||
flex: 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue