1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

lint fixes

This commit is contained in:
Matthias Kretschmann 2018-06-12 00:26:57 +02:00
parent 12904df907
commit 699801bf8d
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 6 additions and 4 deletions

View File

@ -45,6 +45,7 @@
transform-origin: top center;
transform-box: border-box;
// stylelint-disable no-descending-specificity
.logounit__title,
.logounit__description {
color: $brand-grey-light;
@ -53,6 +54,7 @@
color: $brand-grey;
}
}
// stylelint-enable no-descending-specificity
.logounit__logo {
margin-bottom: $spacer / 3;

View File

@ -29,12 +29,12 @@
margin-left: $spacer;
color: $text-color-light;
:global(.dark) & {
color: $text-color-light--dark;
}
&:first-child {
margin-left: 0;
}
:global(.dark) & {
color: $text-color-light--dark;
}
}
}