site/quartz/styles/custom.scss

27 lines
696 B
SCSS
Raw Normal View History

2024-04-05 00:03:11 +00:00
@use "./base.scss";
// put your custom CSS here!
2024-04-20 14:17:49 +00:00
.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;
2024-04-20 14:01:28 +00:00
2024-04-20 14:17:49 +00:00
svg {
display:none !important;
}
2024-04-20 14:14:53 +00:00
2024-04-20 14:17:49 +00:00
&:hover{
background-color: rgba(100,100,100, 0.5) !important;
}
2024-04-20 14:14:53 +00:00
}
2024-04-20 14:01:28 +00:00
}