fix: controls styling

This commit is contained in:
Faris Ansari 2021-10-19 19:22:39 +05:30
parent 72e9df5460
commit f86a477aa6

View file

@ -42,6 +42,7 @@
<input
type="text"
class="form-control form-control-sm"
:placeholder="__('Roboto, Lato, Merriweather')"
:value="print_format.font"
@change="
e =>
@ -279,8 +280,8 @@ export default {
display: flex;
}
.margin-controls .form-control {
background: white;
.form-control {
background: var(--control-bg-on-gray);
}
.margin-controls > .form-group + .form-group {