1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-28 14:16:41 +07:00
vault-frontend/src/components/node/NodeDeletedBadge/styles.module.scss
2020-11-06 13:05:43 +07:00

11 lines
206 B
SCSS

@import "src/styles/variables";
.badge {
padding: $gap;
text-align: center;
border-radius: $radius;
color: $red;
padding: $gap * 4 $gap;
text-transform: uppercase;
font: $font_18_semibold;
}