aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/css/admin.scss
blob: d975ee9658d1d091fd040372f86c7be215f31247 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#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;
	}
}