link-hover-color

application de `$link-hover-color` uniquement si différent de
`$link-color`
This commit is contained in:
Raphael Goetter 2017-01-10 10:28:18 +01:00
parent 366af95681
commit ad445246dd
6 changed files with 9 additions and 4 deletions

View file

@ -79,14 +79,14 @@ figure {
h1, .#{$kna-namespace}h1-like {
font-size: $h1-size;
@if $font-stack-headings != $font-stack-common {
@if variable_exists(font-stack-headings) and $font-stack-headings != $font-stack-common {
font-family: $font-stack-headings;
}
}
h2, .#{$kna-namespace}h2-like {
font-size: $h2-size;
@if $font-stack-headings != $font-stack-common {
@if variable_exists(font-stack-headings) and $font-stack-headings != $font-stack-common {
font-family: $font-stack-headings;
}
}

View file

@ -1,4 +1,5 @@
/* Autogrid object */
/* see http://codepen.io/raphaelgoetter/pen/KMgBJd */
@media (min-width: ($tiny + 1)) {
[class^="autogrid"],
[class*=" autogrid"] {

View file

@ -1,4 +1,5 @@
/* Media object */
/* see http://codepen.io/raphaelgoetter/pen/KMWWwj */
@media (min-width: ($tiny + 1)) {
.o-media {
display: flex;