mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-04-29 08:19:23 -05:00
Moved the speedtest style into the Home page & updated the colors
This commit is contained in:
+7
-5
@@ -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
|
||||
Reference in New Issue
Block a user