Closed blzaugg closed 7 years ago
Every instance of .aui is being replaced aggressively with html.
.aui
html
@@ -184,9 +184,9 @@ - .lfr-search-keywords .aui-field-input-text { + .lfr-search-keywords html { width: 215px; .ie7 & { width: 160px; @@ -199,13 +199,13 @@ .lfr-search-keywords { &, .aui-field-content, - .aui-field-element { + html { display: block; } - .aui-field-input-text { + html { border: none; @include box-sizing(border-box); @@ -214,9 +214,9 @@ width: 100%; } } - .aui-field-content { + html { margin-right: 0; } .lfr-search-button { @@ -274,9 +274,9 @@ display: block; float: left; } - .aui-combobox { + html { margin: 10px 0; } }
Every instance of
.aui
is being replaced aggressively withhtml
.