mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 17:23:22 +01:00
lint fixes
This commit is contained in:
parent
12904df907
commit
699801bf8d
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user