mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
21 lines
270 B
SCSS
21 lines
270 B
SCSS
.adf-duration-widget-grid {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.adf-duration-widget-cell {
|
|
width: 49%;
|
|
}
|
|
|
|
.adf-number-widget {
|
|
width: 100%;
|
|
|
|
.mat-form-field {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.dropdown-container {
|
|
margin-top: 30px;
|
|
}
|