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:
parent
c0f8766ec6
commit
857993e354
11 changed files with 218 additions and 35 deletions
19
src/components/charts/StatsCountdownCard/styles.module.scss
Normal file
19
src/components/charts/StatsCountdownCard/styles.module.scss
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue