This commit is contained in:
Settel 2021-09-05 21:33:02 +02:00
parent a1740b3467
commit c18c1351da

View File

@ -67,12 +67,13 @@ export default {
padding: 4px; padding: 4px;
border: 1px solid #e0e0e0; border: 1px solid #e0e0e0;
border-radius: 10px; border-radius: 10px;
background-color: #402080; background-color: #6040c0;
color: #ffffff; color: #ffffff;
&-selectable { &-selectable {
&:hover { &:hover {
background-color: #8060c0; background-color: #c0a0f0;
color: #402080;
cursor: pointer; cursor: pointer;
} }
&.source__container__selected { &.source__container__selected {