mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
26 lines
298 B
SCSS
26 lines
298 B
SCSS
@import "~/styles/variables.scss";
|
|
|
|
.title {
|
|
padding-bottom: $gap;
|
|
}
|
|
|
|
.tags.tags {
|
|
margin: 0 -$gap / 2;
|
|
}
|
|
|
|
.heroes {
|
|
margin-top: -$gap;
|
|
}
|
|
|
|
.card {
|
|
@include outer_shadow;
|
|
|
|
border-radius: $radius;
|
|
background: $comment_bg;
|
|
padding: $gap;
|
|
}
|
|
|
|
.updates {
|
|
padding: 0 $gap / 4 $gap * 2;
|
|
}
|
|
|