1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

made boris graphic stats

This commit is contained in:
Fedor Katurov 2022-03-30 18:39:58 +07:00
parent c0f8766ec6
commit 857993e354
11 changed files with 218 additions and 35 deletions

View file

@ -0,0 +1,19 @@
@import "src/styles/variables";
.content {
width: 100%;
flex: 1;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font: $font_18_semibold;
color: transparentize(white, 0.5);
padding-bottom: 10px;
}
span.val {
font: $font_48_bold;
color: white;
padding: 0 $gap * 0.5 0 $gap * 2;
}