diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index 2e457d0..fd955b7 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -143,17 +143,18 @@ $color-muted : $gray-200; $color-base : $gray-900; $background-base : $white; -$link-color : $gray-800; -$link-color-hover : darken($link-color, 15%); -$link-decoration : none; -$link-decoration-hover : underline; - $forms-color : $gray-800; // --------------- // Components zone // --------------- +// Component: links +$link-color : $gray-800; +$link-color-hover : darken($link-color, 15%); +$link-decoration : none; +$link-decoration-hover : underline; + // Global border-radius $border-radius: 0 !default; diff --git a/sass/_library/_layout.scss b/sass/_library/_layout.scss index 58ca18b..ec35e64 100644 --- a/sass/_library/_layout.scss +++ b/sass/_library/_layout.scss @@ -95,7 +95,7 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html } .flex-container--column, -.flex-row { +.flex-column { @extend .flex-container; flex-direction: column; }