Created the AverageChart styles.sass

This commit is contained in:
Mathias Wagner
2023-02-22 19:23:21 +01:00
parent 30af631b4f
commit 44783bd8ae

View File

@@ -0,0 +1,26 @@
@import "@/common/styles/colors"
.value-container
display: flex
flex-direction: column
gap: 2rem
justify-content: center
width: 100%
.value-item
display: flex
justify-content: space-between
.value-item svg
width: 2.5rem
height: 2.5rem
color: $green
.value-item .value-info h2
font-size: 16pt
color: $white
margin: 0
.value-item .value-info p
color: $green
margin: 0