2023-01-29 21:44:47 +00:00
|
|
|
.radio-menu-box {
|
|
|
|
@include window;
|
|
|
|
background-color: $bg;
|
|
|
|
border: 1px solid $border;
|
|
|
|
color: $text;
|
|
|
|
font-family: "Jost *", "JetBrains Mono", "Font Awesome 6 Free", sans-serif;
|
|
|
|
|
|
|
|
.icon, .icon label {
|
|
|
|
font-family: "Material Symbols Outlined";
|
|
|
|
font-size: 1.15rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-row {
|
|
|
|
margin: 1rem 1.5rem 0;
|
|
|
|
|
|
|
|
.title { font-size: 1.2rem; }
|
|
|
|
}
|
|
|
|
|
|
|
|
.element-row {
|
|
|
|
margin: .5rem .7rem;
|
|
|
|
|
|
|
|
label {
|
|
|
|
font-size: 1rem;
|
|
|
|
margin: 0 .1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.element {
|
|
|
|
@include rounding;
|
|
|
|
background-color: $surface0;
|
|
|
|
margin: .3rem;
|
|
|
|
|
|
|
|
button {
|
|
|
|
@include rounding;
|
2023-02-02 17:59:51 +00:00
|
|
|
padding: .5rem;
|
2023-01-29 21:44:47 +00:00
|
|
|
|
|
|
|
label {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: $overlay0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|