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

Commit f4f0071b authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

contact app

parent f9d92149
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -22,9 +22,11 @@
    .property__row .property__label:not(.multiselect) {
        padding-right: 10px;
    }
    input[type="text"]{
    input:not([type=range], .input-field__input, [type=submit], [type=button], [type=reset], .multiselect__input, .select2-input, .action-input__input, [class^=vs__]) {
        border: 1px solid var(--color-border-dark) !important;
        border-radius: var(--border-radius) !important;
    }



}