mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
21 lines
300 B
SCSS
21 lines
300 B
SCSS
@import "src/styles/variables";
|
|
|
|
.content {
|
|
width: 100%;
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font: $font_18_semibold;
|
|
color: transparentize(white, 0.5);
|
|
}
|
|
|
|
span.val {
|
|
font: $font_48_bold;
|
|
color: white;
|
|
padding: $gap;
|
|
}
|
|
|
|
.card {
|
|
height: 100%;
|
|
}
|