mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-31 00:16:47 +01:00
Fix linting
This commit is contained in:
parent
5ae3b204a9
commit
4ec8988b3a
@ -1,9 +1,9 @@
|
|||||||
.footerLogoLink {
|
.footerLogoLink {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
transition: opacity var(--ifm-transition-fast)
|
transition: opacity var(--ifm-transition-fast)
|
||||||
var(--ifm-transition-timing-default);
|
var(--ifm-transition-timing-default);
|
||||||
}
|
}
|
||||||
|
|
||||||
.footerLogoLink:hover {
|
.footerLogoLink:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user