mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-27 19:23:35 -05:00
22 lines
627 B
SCSS
22 lines
627 B
SCSS
.awx-selectedList {
|
|
--awx-selectedList--BackgroundColor: var(--pf-global--BackgroundColor--light-100);
|
|
--awx-selectedList--BorderColor: #ebebeb;
|
|
--awx-selectedList--BorderWidth: var(--pf-global--BorderWidth--sm);
|
|
--awx-selectedList--FontSize: var(--pf-c-chip__text--FontSize);
|
|
|
|
|
|
.pf-l-split {
|
|
padding-top: 20px;
|
|
padding-bottom: 10px;
|
|
border-bottom: var(--awx-selectedList--BorderWidth) solid var(--awx-selectedList--BorderColor);
|
|
}
|
|
.pf-l-split__item:first-child {
|
|
display: flex;
|
|
white-space: nowrap;
|
|
height: 30px;
|
|
}
|
|
.pf-c-chip {
|
|
margin-right: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
} |