12 lines
219 B
SCSS
12 lines
219 B
SCSS
@import "../../Component/Theme/Theme.scss";
|
|
|
|
div.label-list-panel-root {
|
|
width: 100%;
|
|
min-height: 100%;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
div.label-list-pabel-err-msg {
|
|
padding-bottom: 5px;
|
|
} |