app/src/commons/component/nic-dropdown.component.scss

18 lines
266 B
SCSS
Raw Normal View History

2018-09-18 10:12:26 +00:00
/deep/ .ui-widget-content {
border: 0px;
2018-09-12 04:18:49 +00:00
}
2018-09-18 10:12:26 +00:00
/deep/ .ui-listbox-list {
2018-09-12 11:31:37 +00:00
line-height: 2em;
}
2018-09-18 10:12:26 +00:00
/deep/ .ui-listbox-item {
2018-09-12 07:24:02 +00:00
padding: 1em;
.title{
2018-09-18 10:12:26 +00:00
font-weight: bold;
2018-09-12 07:24:02 +00:00
}
.description {
font-size: 0.8em;
}
2018-09-18 10:12:26 +00:00
}
/deep/ .ui-corner-all {
border-radius: 0px;
2018-09-12 04:18:49 +00:00
}