Moved the speedtest style into the Home page & updated the colors

This commit is contained in:
Mathias
2022-08-14 22:10:34 +02:00
parent ee90ace290
commit 6bdde9e4bc
@@ -1,8 +1,10 @@
@import "@/common/styles/colors"
.speedtest
margin-bottom: 2rem
display: flex
padding: 1.5rem 2rem
border: #DFDFDF 1px solid
border: $darker-white 1px solid
border-radius: 15px
justify-content: space-between
width: 80rem
@@ -22,13 +24,13 @@
margin: 0 0 0 1rem
font-size: 24pt
font-weight: 900
color: #C8C8C8
color: $darker-white
.speedtest-text
margin: 0
font-size: 28pt
font-weight: 900
color: #C8C8C8
color: $darker-white
.tooltip-element
position: relative
@@ -39,8 +41,8 @@
bottom: 120%
left: 50%
margin-left: -60px
background-color: #1d2128
color: #C8C8C8
background-color: $dark-gray
color: $darker-white
text-align: center
border-radius: 6px
padding: 5px 10px