summaryrefslogtreecommitdiffstats
path: root/install/ui/less/widgets.less
blob: 65dee7efe8c3ff0d7d79ec918c1560ffd950b636 (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


.global-activity-indicator {

	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);

	max-height: 22px;
	text-shadow: none;
	color: white;
	font-size: 20px;
	font-weight: 300;
	width: 200px;
	padding: 20px;
	margin: auto;
}

.slider{
	overflow-y: hidden;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slider.closed {
	max-height: 0;
	padding: 0 20px;
}

.validation-summary {
	font-weight: bold;
	font-size: 110%;
}