[Frontend] Cleanups to Inspector config elements

open #729
In-progress
Moved reduced-min-width into _inspector.scss;
Removed <style> defs in markup files;
This commit is contained in:
Charles Hacskaylo
2016-03-10 10:50:00 -08:00
parent bdbb045005
commit 0957fbc6f9
3 changed files with 6 additions and 11 deletions

View File

@@ -87,6 +87,9 @@
@include align-items(center);
border: none;
padding: $interiorMarginSm 0;
.label {
min-width: 80px;
}
input[type='text'],
input[type='search'] {
width: 100%;