1
0
Fork 0
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:
Fedor Katurov 2020-04-08 21:32:51 +07:00
parent 5b89706d9d
commit 671f640a58

View file

@ -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;
}