mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
changed profile colors
This commit is contained in:
parent
5b89706d9d
commit
671f640a58
1 changed files with 5 additions and 3 deletions
|
@ -15,14 +15,15 @@
|
|||
|
||||
.region_wrap {
|
||||
width: 100%;
|
||||
padding: 0 10px;
|
||||
// padding: 0 10px;
|
||||
position: relative;
|
||||
margin-top: -$radius;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.region {
|
||||
background: $content_bg;
|
||||
// background: $content_bg;
|
||||
background: darken($content_bg, 2%);
|
||||
width: 100%;
|
||||
border-radius: $radius;
|
||||
}
|
||||
|
@ -82,7 +83,8 @@
|
|||
.description {
|
||||
padding: $gap;
|
||||
box-sizing: border-box;
|
||||
// background: darken($content_bg, 2%);
|
||||
background: darken($content_bg, 4%);
|
||||
margin: 0 $gap;
|
||||
// margin: 0 $gap;
|
||||
border-radius: 0 0 $radius $radius;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue