mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-26 23:35:51 +00:00
Build and push containers / metadata (push) Has been cancelled
Build and push containers / build-push-containers (push) Has been cancelled
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Build distribution 📦 (push) Has been cancelled
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Test the built package works basically. (push) Has been cancelled
Publish Python 🐍distribution 📦 to PyPI and TestPyPI / Publish Python 🐍 distribution 📦 to PyPI (push) Has been cancelled
ChangeDetection.io App Test / lint-code (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-10 (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-11 (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-12 (push) Has been cancelled
ChangeDetection.io App Test / test-application-3-13 (push) Has been cancelled
ChangeDetection.io Container Build Test / Build linux/amd64 (alpine) (push) Has been cancelled
ChangeDetection.io Container Build Test / Build linux/arm64 (alpine) (push) Has been cancelled
ChangeDetection.io Container Build Test / Build linux/amd64 (main) (push) Has been cancelled
ChangeDetection.io Container Build Test / Build linux/arm/v7 (main) (push) Has been cancelled
ChangeDetection.io Container Build Test / Build linux/arm/v8 (main) (push) Has been cancelled
ChangeDetection.io Container Build Test / Build linux/arm64 (main) (push) Has been cancelled
50 lines
720 B
SCSS
50 lines
720 B
SCSS
.pure-menu-link {
|
|
padding: 0.5rem 1em;
|
|
line-height: 1.2rem;
|
|
}
|
|
#menu-mute, #menu-pause {
|
|
padding-left: 0.3rem;
|
|
padding-right: 0.3rem;
|
|
img {
|
|
height: 1.2rem;
|
|
}
|
|
}
|
|
|
|
.pure-menu-item {
|
|
svg {
|
|
height: 1.2rem;
|
|
}
|
|
* {
|
|
vertical-align: middle;
|
|
}
|
|
.github-link {
|
|
height: 1.8rem;
|
|
display: block;
|
|
svg {
|
|
height: 100%;
|
|
}
|
|
}
|
|
.bi-heart {
|
|
&:hover {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
// Active menu item styling
|
|
&.active {
|
|
.pure-menu-link {
|
|
background-color: var(--color-background-menu-link-hover);
|
|
color: var(--color-text-menu-link-hover);
|
|
}
|
|
}
|
|
}
|
|
|
|
#cdio-logo {
|
|
padding-left: 0.5em;
|
|
}
|
|
|
|
#inline-menu-extras-group {
|
|
>* {
|
|
display: inline-block;
|
|
}
|
|
} |