links variables translated from colors to components
This commit is contained in:
parent
5da87c3e99
commit
8f61160426
2 changed files with 7 additions and 6 deletions
|
@ -143,17 +143,18 @@ $color-muted : $gray-200;
|
||||||
$color-base : $gray-900;
|
$color-base : $gray-900;
|
||||||
$background-base : $white;
|
$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;
|
$forms-color : $gray-800;
|
||||||
|
|
||||||
// ---------------
|
// ---------------
|
||||||
// Components zone
|
// 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
|
// Global border-radius
|
||||||
$border-radius: 0 !default;
|
$border-radius: 0 !default;
|
||||||
|
|
||||||
|
|
|
@ -95,7 +95,7 @@ http://www.alsacreations.com/tuto/lire/1493-css3-flexbox-layout-module.html
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-container--column,
|
.flex-container--column,
|
||||||
.flex-row {
|
.flex-column {
|
||||||
@extend .flex-container;
|
@extend .flex-container;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue