Updated the Coins style
This commit is contained in:
@ -16,22 +16,22 @@
|
|||||||
|
|
||||||
.text-header
|
.text-header
|
||||||
margin-bottom: 0
|
margin-bottom: 0
|
||||||
line-height: 46pt
|
|
||||||
font-weight: 900
|
font-weight: 900
|
||||||
font-size: 44pt
|
line-height: 58pt
|
||||||
max-width: 30rem
|
font-size: 56pt
|
||||||
|
max-width: 40rem
|
||||||
color: $white
|
color: $white
|
||||||
|
|
||||||
.text-description
|
.text-description
|
||||||
font-weight: 500
|
font-weight: 500
|
||||||
font-size: 20pt
|
font-size: 24pt
|
||||||
max-width: 31rem
|
max-width: 37rem
|
||||||
color: $gray
|
color: $gray
|
||||||
|
|
||||||
@keyframes pulse
|
@keyframes pulse
|
||||||
0%
|
0%
|
||||||
filter: drop-shadow(0px 0px 10px #630CF4)
|
filter: drop-shadow(0px 0px 10px #630CF4)
|
||||||
40%, 60%
|
30%, 70%
|
||||||
filter: drop-shadow(0px 0px 50px #630CF4)
|
filter: drop-shadow(0px 0px 50px #630CF4)
|
||||||
100%
|
100%
|
||||||
filter: drop-shadow(0px 0px 10px #630CF4)
|
filter: drop-shadow(0px 0px 10px #630CF4)
|
Reference in New Issue
Block a user