6 lines
143 B
SCSS
6 lines
143 B
SCSS
|
.admin-filter form {
|
||
|
label { width: 110px; }
|
||
|
.controls { margin-left: 130px; }
|
||
|
.form-actions { padding-left: 130px; background: #fff }
|
||
|
}
|