(css) New .sg-input-no-message class

This commit is contained in:
Francis Lachapelle 2016-01-18 16:17:17 -05:00
parent 612f2867a1
commit 629db3c728

View file

@ -6,3 +6,14 @@
right: $baseline-grid*2;
}
}
md-autocomplete {
&.sg-input-no-message {
&[md-floating-label] {
md-input-container {
// See .md-input-has-messages
padding-bottom: $input-container-padding;
}
}
}
}