Add an input-container to search field in Contact toolbar

This commit is contained in:
iRouge
2015-06-12 11:17:49 -04:00
committed by Francis Lachapelle
parent 5819cc75d3
commit 012d953d65
4 changed files with 24 additions and 4 deletions
@@ -35,6 +35,17 @@ $input-padding-top: 2px !default;
padding: 0 2px;
}
.sg-search-field-container {
margin-bottom: 12px;
color: white;
label {
color: inherit;
}
input {
color: inherit;
border: none;
}
}
.pseudo-input-label,
.button-label {
@@ -45,6 +56,7 @@ $input-padding-top: 2px !default;
font-size: sg-size(caption);
line-height: $sg-line-height-1;
}
.pseudo-input-label--no-margin,
.button-label {
margin-top: 0;