site/quartz/styles/custom.scss

28 lines
608 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:41:59 +00:00
.ring {
2024-04-20 14:17:49 +00:00
display:flex;
flex-flow: row wrap;
2024-04-20 14:39:11 +00:00
}
2024-04-20 14:14:53 +00:00
2024-04-20 14:41:59 +00:00
.ringbtn {
2024-04-20 14:39:11 +00:00
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:41:59 +00:00
.ringbtn:hover{
2024-04-20 14:39:11 +00:00
background-color: rgba(100,100,100, 0.5) !important;
}
2024-04-20 14:41:59 +00:00
.ring svg {
2024-04-20 14:39:11 +00:00
display:none !important;
2024-04-20 14:01:28 +00:00
}