Updated the Home styles.sass
This commit is contained in:
parent
9f50886e6e
commit
27aec7ebd3
@ -62,6 +62,7 @@
|
|||||||
justify-content: center
|
justify-content: center
|
||||||
padding: 2rem 0
|
padding: 2rem 0
|
||||||
width: 10rem
|
width: 10rem
|
||||||
|
height: 8.5rem
|
||||||
gap: 1rem
|
gap: 1rem
|
||||||
color: $text
|
color: $text
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
@ -81,6 +82,17 @@
|
|||||||
&:active
|
&:active
|
||||||
transform: scale(0.95) translateY(0.5rem)
|
transform: scale(0.95) translateY(0.5rem)
|
||||||
|
|
||||||
|
.create-btn
|
||||||
|
.gear
|
||||||
|
display: none
|
||||||
|
padding: 1rem
|
||||||
|
font-size: 22pt
|
||||||
|
&:hover
|
||||||
|
.gear
|
||||||
|
display: block
|
||||||
|
svg:not(.gear)
|
||||||
|
display: none
|
||||||
|
|
||||||
@media screen and (max-width: 1130px)
|
@media screen and (max-width: 1130px)
|
||||||
.create-btn
|
.create-btn
|
||||||
display: none
|
display: none
|
Loading…
x
Reference in New Issue
Block a user