re-comment css style override example that got accidentally uncommented

This commit is contained in:
Art Lowel
2021-03-02 10:03:58 +01:00
parent 2b03d22498
commit 7a42a18bfb

View File

@@ -3,6 +3,6 @@
:root { :root {
//--ds-header-logo-height: 80px; //--ds-header-logo-height: 80px;
//--ds-header-logo-height-xs: 50px; //--ds-header-logo-height-xs: 50px;
--ds-header-icon-color: #{$link-color}; //--ds-header-icon-color: #{$link-color};
//--ds-header-icon-color-hover: #{darken($link-color, 15%)}; //--ds-header-icon-color-hover: #{darken($link-color, 15%)};
} }