1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-28 14:16:41 +07:00

added contacts

This commit is contained in:
Fedor Katurov 2021-09-14 17:26:46 +07:00
parent 9d5db84456
commit 87959ff55f
5 changed files with 103 additions and 11 deletions

View file

@ -157,3 +157,25 @@
z-index: 1;
flex: 3;
}
.contacts {
display: grid;
grid-auto-flow: row;
grid-row-gap: $gap;
padding: 2px 2px $gap * 3 2px;
& > *:not(:last-child) {
border-bottom: 1px solid #333333;
padding-bottom: $gap * 2;
}
}
.contacts__title {
font: $font_12_semibold;
text-transform: uppercase;
opacity: 0.3;
}
.super_powers {
padding: $gap * 2 0;
}