18 lines
266 B
SCSS
18 lines
266 B
SCSS
/deep/ .ui-widget-content {
|
|
border: 0px;
|
|
}
|
|
/deep/ .ui-listbox-list {
|
|
line-height: 2em;
|
|
}
|
|
/deep/ .ui-listbox-item {
|
|
padding: 1em;
|
|
.title{
|
|
font-weight: bold;
|
|
}
|
|
.description {
|
|
font-size: 0.8em;
|
|
}
|
|
}
|
|
/deep/ .ui-corner-all {
|
|
border-radius: 0px;
|
|
} |