2022-02-22 20:22:41 +01:00

45 lines
612 B
Plaintext

.addableSelectListSelector {
> div {
margin-bottom: 10px;
}
.item {
h1 {
margin: 0;
}
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
> div {
margin-right: 10px;
}
}
}
.addableSelectList {
#delete {
border-radius: 4px;
}
.item {
background-color: var(--background-color-primary);
}
.actions {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
> div {
margin-right: 6px;
}
}
> div {
margin-bottom: 10px;
}
}