You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
251 B
Stylus

.badge {
margin-top: 4px;
background-color: #22c34b;
}
.badge.info {
background-color: #22c34b !important;
}
.multiselect__tag {
background: #22c34b !important;
}
.custom-block.tip {
border-color: #22c34b;
background-color: #f0f7f2;
}