changed scss to css
This commit is contained in:
parent
aada5e844c
commit
ec9267ec65
|
@ -4,24 +4,26 @@
|
|||
.fring {
|
||||
display:flex;
|
||||
flex-flow: row wrap;
|
||||
.fring-button {
|
||||
text-size: 0.9rem !important;
|
||||
border-radius: 16px !important;
|
||||
border:none !important;
|
||||
background-color: rgba(100,100,100, 0.3) !important;
|
||||
padding: 0.4rem 0.8rem !important;
|
||||
margin: 0.2rem 0.4rem !important;
|
||||
text-decoration: none !important;
|
||||
width: fit-content !important;
|
||||
height: fit-content !important;
|
||||
cursor:pointer !important;
|
||||
|
||||
svg {
|
||||
display:none !important;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover{
|
||||
background-color: rgba(100,100,100, 0.5) !important;
|
||||
}
|
||||
}
|
||||
.fring-button {
|
||||
text-size: 0.9rem !important;
|
||||
border-radius: 16px !important;
|
||||
border:none !important;
|
||||
background-color: rgba(100,100,100, 0.3) !important;
|
||||
padding: 0.4rem 0.8rem !important;
|
||||
margin: 0.2rem 0.4rem !important;
|
||||
text-decoration: none !important;
|
||||
width: fit-content !important;
|
||||
height: fit-content !important;
|
||||
cursor:pointer !important;
|
||||
}
|
||||
|
||||
.fring-button:hover{
|
||||
background-color: rgba(100,100,100, 0.5) !important;
|
||||
}
|
||||
|
||||
.fring svg {
|
||||
display:none !important;
|
||||
}
|
Loading…
Reference in a new issue