mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
moved accounts to settings
This commit is contained in:
parent
3e6ede51d4
commit
108f17b0e9
9 changed files with 78 additions and 42 deletions
|
@ -12,9 +12,10 @@
|
|||
margin: 0 !important;
|
||||
padding: $gap;
|
||||
box-sizing: border-box;
|
||||
border-radius: $radius;
|
||||
|
||||
@include can_backdrop {
|
||||
background-color: transparentize($red, 0.5);
|
||||
background-color: transparentize($red, 0.5);
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue