1
0

Updated the Home styles.sass

This commit is contained in:
Mathias Wagner 2023-11-21 08:58:23 +01:00
parent 9f50886e6e
commit 27aec7ebd3
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -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