mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
18 lines
293 B
SCSS
18 lines
293 B
SCSS
.process-list-inputs {
|
|
margin-top: 100px;
|
|
margin-bottom: 50px;
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
.adf-reset-button {
|
|
margin-top: 50px;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.process-list-error-message {
|
|
color: red;
|
|
text-align: center;
|
|
}
|