(css) Improve sgTimepicker

This commit is contained in:
Francis Lachapelle
2015-09-11 09:31:13 -04:00
parent 6bbd182559
commit b4af6f5033
3 changed files with 426 additions and 462 deletions
@@ -1,6 +1,14 @@
/// datePicker.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
@import 'extends-datePicker';
md-datepicker {
background: transparent;
.md-calendar-scroll-container,
.md-datepicker-input-mask {
// Let the content set the container width instead of using a fixed width
width: auto;
}
.md-datepicker-input-container {
// Gain some space
margin-left: 0;
}