UNPKG

pip-webui

Version:

HTML5 UI for LOB applications

30 lines (24 loc) 558 B
// @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 !important; span { // min-width: 2.4em !important; //flex: 1 1 auto !important; .md-text { padding-right: 0 !important; flex: 1 1 auto; } } span.md-select-icon { width: 12px !important; // min-width: 12px !important; } } }