changed scss to css

This commit is contained in:
Heli-o 2024-04-20 16:39:11 +02:00
parent aada5e844c
commit ec9267ec65

View file

@ -4,6 +4,9 @@
.fring {
display:flex;
flex-flow: row wrap;
}
.fring-button {
text-size: 0.9rem !important;
border-radius: 16px !important;
@ -15,13 +18,12 @@
width: fit-content !important;
height: fit-content !important;
cursor:pointer !important;
svg {
display:none !important;
}
&:hover{
.fring-button:hover{
background-color: rgba(100,100,100, 0.5) !important;
}
}
.fring svg {
display:none !important;
}