mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-08 14:09:50 -06:00
Created the AverageChart styles.sass
This commit is contained in:
26
client/src/pages/Statistics/charts/AverageChart/styles.sass
Normal file
26
client/src/pages/Statistics/charts/AverageChart/styles.sass
Normal 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
|
||||
Reference in New Issue
Block a user