pip-webui
Version:
HTML5 UI for LOB applications
30 lines (24 loc) • 558 B
text/less
// @file CSS styles for date control
// @copyright Digital Living Software Corp. 2014-2016
.pip-date {
.pip-date-day,
.pip-date-month,
.pip-date-year {
height: 30px;
}
.md-select-value {
// min-width: 2.6em ;
span {
// min-width: 2.4em ;
//flex: 1 1 auto ;
.md-text {
padding-right: 0 ;
flex: 1 1 auto;
}
}
span.md-select-icon {
width: 12px ;
// min-width: 12px ;
}
}
}