Files
alfresco-ng2-components/ng2-components/ng2-alfresco-core/styles/_variables-mdl-overrides.scss
Eugenio Romano 7fd37c553e [ADF-845] breadcrumb root option added and style review (#1999)
* breadcrumb root option added and style review

* new breadcrumbs

* split onchange in a method

* update readme with a note for old pefix tag
2017-06-29 15:09:24 +01:00

15 lines
445 B
SCSS

@import './_variables-color.scss';
$button-fab-color-alt: $alfresco-primary-accent--default;
$layout-header-mobile-row-height: 65px;
$layout-header-desktop-row-height: 65px;
$layout-header-desktop-baseline: 25px;
$layout-header-mobile-baseline: 25px;
/* snackBar */
$md-snack-bar-container-background: $alfresco-white;
$md-simple-snackbar-message: $alfresco-secondary-text-color;
$md-simple-snackbar-action: $alfresco-primary-accent--hue-2;