add options dropdown

This commit is contained in:
Tykayn 2025-08-19 16:19:55 +02:00 committed by tykayn
parent e6d85c7257
commit 036cda1431
15 changed files with 357 additions and 29 deletions

View file

@ -0,0 +1,24 @@
.options-dropdown{
padding: 10px;
.button{
padding: 6px;
&:hover{
background: cornflowerblue;
}
}
.is-mode-structured,
.is-mode-other,
{
background: red;
border-radius: 100px;
width: 20px;
position: relative;
left: 10px;
top: 10px;
}
.dropdown-item{
background: white;
}
}