mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* Refactor the adf-error-component Move the custom buttons on demoshell Fix unit test Remove usefull e2e * Add basic example
10 lines
130 B
SCSS
10 lines
130 B
SCSS
.adf-error-content {
|
|
|
|
&-buttons {
|
|
display: flex;
|
|
width: 100%;
|
|
justify-content: space-evenly;
|
|
}
|
|
}
|
|
|