mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
28 lines
518 B
CSS
28 lines
518 B
CSS
.dropdown-widget {
|
|
width: 100%;
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.dropdown-widget__select {
|
|
width: 100%;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.dropdown-widget__invalid .dropdown-widget__select {
|
|
border-color: #d50000;
|
|
}
|
|
|
|
.dropdown-widget__invalid .dropdown-widget__label {
|
|
color: #d50000;
|
|
}
|
|
|
|
.dropdown-widget__invalid .dropdown-widget__label:after {
|
|
background-color: #d50000;
|
|
}
|
|
|
|
.dropdown-widget__invalid .mdl-textfield__error {
|
|
visibility: visible !important;
|
|
}
|