mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1092] independent styles for data-table (#2084)
* independent styles for datatable - datatable (and all derived components) no longer depend on MDL css/js * readme update
This commit is contained in:
committed by
Eugenio Romano
parent
cc51a3313c
commit
85da145b45
@@ -1,3 +1,7 @@
|
||||
@import 'colors';
|
||||
|
||||
$ADF: adf;
|
||||
|
||||
/* ANIMATION */
|
||||
$animation-curve-fast-out-slow-in: cubic-bezier(0.4, 0, 0.2, 1) !default;
|
||||
$animation-curve-default: $animation-curve-fast-out-slow-in !default;
|
||||
|
Reference in New Issue
Block a user