mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
19 lines
366 B
SCSS
19 lines
366 B
SCSS
.adf-dropdown-widget {
|
|
width: 100%;
|
|
}
|
|
|
|
.adf-dropdown-widget__select {
|
|
width: 100%;
|
|
}
|
|
|
|
.adf-dropdown-widget__invalid .adf-dropdown-widget__select {
|
|
border-color: #d50000;
|
|
}
|
|
|
|
.adf-dropdown-widget__invalid .adf-dropdown-widget__label {
|
|
color: #d50000;
|
|
}
|
|
|
|
.adf-dropdown-widget__invalid .adf-dropdown-widget__label:after {
|
|
background-color: #d50000;
|
|
} |