mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-23 01:29:41 +01:00
lint fixes
This commit is contained in:
parent
12904df907
commit
699801bf8d
@ -45,6 +45,7 @@
|
|||||||
transform-origin: top center;
|
transform-origin: top center;
|
||||||
transform-box: border-box;
|
transform-box: border-box;
|
||||||
|
|
||||||
|
// stylelint-disable no-descending-specificity
|
||||||
.logounit__title,
|
.logounit__title,
|
||||||
.logounit__description {
|
.logounit__description {
|
||||||
color: $brand-grey-light;
|
color: $brand-grey-light;
|
||||||
@ -53,6 +54,7 @@
|
|||||||
color: $brand-grey;
|
color: $brand-grey;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// stylelint-enable no-descending-specificity
|
||||||
|
|
||||||
.logounit__logo {
|
.logounit__logo {
|
||||||
margin-bottom: $spacer / 3;
|
margin-bottom: $spacer / 3;
|
||||||
|
@ -29,12 +29,12 @@
|
|||||||
margin-left: $spacer;
|
margin-left: $spacer;
|
||||||
color: $text-color-light;
|
color: $text-color-light;
|
||||||
|
|
||||||
:global(.dark) & {
|
|
||||||
color: $text-color-light--dark;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:global(.dark) & {
|
||||||
|
color: $text-color-light--dark;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user