25 lines
339 B
SCSS
25 lines
339 B
SCSS
![]() |
.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;
|
||
|
}
|
||
|
}
|