@ -30,3 +30,35 @@
|
||||
.blocklyDropDownButton {
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
/* Music field editor */
|
||||
|
||||
.blocklyDropdownText {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
line-height: 1.5rem;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.blocklyMusicFieldCategories {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.blocklyMusicFieldOptions {
|
||||
margin-top: 80px;
|
||||
}
|
||||
|
||||
.blocklyDropdownTag {
|
||||
padding: 2px;
|
||||
font-weight: bold;
|
||||
margin: 4px;
|
||||
border-radius: 0;
|
||||
outline: none;
|
||||
border: 1px solid;
|
||||
transition: box-shadow .1s;
|
||||
cursor: pointer;
|
||||
}
|
Reference in New Issue
Block a user