aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/src/components/root.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/updatenotification/src/components/root.vue')
-rw-r--r--apps/updatenotification/src/components/root.vue56
1 files changed, 56 insertions, 0 deletions
diff --git a/apps/updatenotification/src/components/root.vue b/apps/updatenotification/src/components/root.vue
index 456ca1e79ab..f331435a2be 100644
--- a/apps/updatenotification/src/components/root.vue
+++ b/apps/updatenotification/src/components/root.vue
@@ -346,3 +346,59 @@
}
}
</script>
+
+<style lang="sass" scoped>
+ #updatenotification {
+ margin-top: -25px;
+ div.update,
+ p:not(.inlineblock) {
+ margin-bottom: 25px;
+ }
+ h2.inlineblock {
+ margin-top: 25px;
+ }
+ h3 {
+ cursor: pointer;
+ .icon {
+ cursor: pointer;
+ }
+ &:first-of-type {
+ margin-top: 0;
+ }
+ }
+ .icon {
+ display: inline-block;
+ margin-bottom: -3px;
+ }
+ .icon-triangle-s, .icon-triangle-n {
+ opacity: 0.5;
+ }
+ .channel-description span {
+ color: var(--color-text-lighter);
+ strong {
+ color: var(--color-main-text);
+ font-weight: normal;
+ }
+ }
+ .warning {
+ color: var(--color-error);
+ }
+ .whatsNew {
+ display: inline-block;
+ }
+ .toggleWhatsNew {
+ position: relative;
+ }
+ .popovermenu {
+ p {
+ margin-bottom: 0;
+ width: 100%;
+ }
+ margin-top: 5px;
+ width: 300px;
+ }
+ .applist {
+ margin-bottom: 25px;
+ }
+ }
+</style>