mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
14 lines
194 B
SCSS
14 lines
194 B
SCSS
.adf-datatable-demo-app {
|
|
height: 310px;
|
|
overflow-y: auto;
|
|
|
|
&-actions {
|
|
display: flex;
|
|
column-gap: 4px;
|
|
}
|
|
|
|
&-custom-user-header {
|
|
color: red;
|
|
}
|
|
}
|