add options dropdown
This commit is contained in:
parent
e6d85c7257
commit
036cda1431
15 changed files with 357 additions and 29 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue