22 lines
384 B
SCSS
22 lines
384 B
SCSS
.woocommerce-lys-status {
|
|
flex: 1 auto;
|
|
padding-left: 12px;
|
|
}
|
|
|
|
.woocommerce-lys-status-pill-wrapper {
|
|
display: inline-block;
|
|
}
|
|
|
|
.woocommerce-lys-status-pill {
|
|
display: flex;
|
|
align-items: center;
|
|
background-color: var(--gray-gray-5, #dcdcde);
|
|
color: #2c3338;
|
|
padding: 0 3px 0 10px;
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
line-height: 20px;
|
|
border-radius: 4px;
|
|
height: 24px;
|
|
}
|