(css) Cleanup and fixes for latest md changes

This commit is contained in:
Francis Lachapelle
2015-07-15 16:30:19 -04:00
parent d1e1d11e4a
commit d58030a475
9 changed files with 15 additions and 201 deletions
@@ -1,11 +1,16 @@
/// input.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
@import 'extends';
md-input-container.md-input-number {
flex-grow: 0;
width: 4em;
input {
text-align: center;
md-input-container {
&.md-input-number {
flex-grow: 0;
width: 4em;
input {
text-align: center;
}
}
&.md-no-flex {
flex: none !important;
}
}