mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-28 14:16:41 +07:00
user settings mechanism
This commit is contained in:
parent
5fe0deca17
commit
a90285a4ac
10 changed files with 162 additions and 4 deletions
14
src/components/profile/ProfileSettings/styles.scss
Normal file
14
src/components/profile/ProfileSettings/styles.scss
Normal file
|
@ -0,0 +1,14 @@
|
|||
.wrap {
|
||||
padding: $gap;
|
||||
}
|
||||
|
||||
.pad {
|
||||
padding: $gap;
|
||||
box-shadow: transparentize($color: $red, $amount: 0.5) 0 0 0 2px;
|
||||
border-radius: $radius;
|
||||
}
|
||||
|
||||
.small {
|
||||
font: $font_12_regular;
|
||||
padding: 0 $gap $gap;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue