Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77d871ca authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

contact app

parent 97ec4bf2
Loading
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
.multiselect .multiselect__tags {
    border: 1px solid var(--color-border-dark) !important;
    border-radius: var(--border-radius) !important;
}
.content.app-contacts .property__row .property__label:not(.multiselect) {
    padding-right: 10px;
}
.app-contacts {
    select,
    textarea,
@@ -22,5 +15,12 @@
    #content-vue.app-contacts .multiselect > .multiselect__tags > span.multiselect__single {
        background-color: var(--color-main-background) !important;
    }
    .multiselect .multiselect__tags {
        border: 1px solid var(--color-border-dark) !important;
        border-radius: var(--border-radius) !important;
    }
    .property__row .property__label:not(.multiselect) {
        padding-right: 10px;
    }

}