1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +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 { .region_wrap {
width: 100%; width: 100%;
padding: 0 10px; // padding: 0 10px;
position: relative; position: relative;
margin-top: -$radius; margin-top: -$radius;
box-sizing: border-box; box-sizing: border-box;
} }
.region { .region {
background: $content_bg; // background: $content_bg;
background: darken($content_bg, 2%);
width: 100%; width: 100%;
border-radius: $radius; border-radius: $radius;
} }
@ -82,7 +83,8 @@
.description { .description {
padding: $gap; padding: $gap;
box-sizing: border-box; box-sizing: border-box;
// background: darken($content_bg, 2%);
background: darken($content_bg, 4%); background: darken($content_bg, 4%);
margin: 0 $gap; // margin: 0 $gap;
border-radius: 0 0 $radius $radius; border-radius: 0 0 $radius $radius;
} }