mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
10 lines
138 B
SCSS
10 lines
138 B
SCSS
@import "src/styles/variables";
|
|
|
|
.contacts {
|
|
@include inner_shadow;
|
|
border-radius: $radius;
|
|
|
|
& > * {
|
|
@include row_shadow;
|
|
}
|
|
}
|