mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
refactored boris
This commit is contained in:
parent
35ce593ed8
commit
4c74674ac1
10 changed files with 105 additions and 129 deletions
19
src/components/boris/BorisContacts/styles.module.scss
Normal file
19
src/components/boris/BorisContacts/styles.module.scss
Normal file
|
@ -0,0 +1,19 @@
|
|||
@import "~/styles/variables";
|
||||
|
||||
.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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue