1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed boris contacts shadows

This commit is contained in:
Fedor Katurov 2021-09-22 15:01:43 +07:00
parent a9d5b3c7f2
commit 0ebc7f0ebf
4 changed files with 10 additions and 19 deletions

View file

@ -1,19 +1,10 @@
@import "~/styles/variables";
.contacts {
display: grid;
grid-auto-flow: row;
grid-row-gap: $gap;
padding: 2px 2px $gap * 3 2px;
@include inner_shadow;
border-radius: $radius;
& > *:not(:last-child) {
border-bottom: 1px solid #333333;
padding-bottom: $gap * 2;
& > * {
@include row_shadow;
}
}
.contacts__title {
font: $font_12_semibold;
text-transform: uppercase;
opacity: 0.3;
}