Welcome to mirror list, hosted at ThFree Co, Russian Federation.

settings-admin.scss « css - github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd8fb65aaaea9f60cc48888947ea474c8fa51e60 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.videocalls.section {
	input {
		width: 300px;
		vertical-align: middle;
	}

	select {
		vertical-align: middle;
	}

	.icon-delete,
	.icon-checkmark-color,
	.icon-category-monitoring,
	.icon-checkmark,
	.icon-error,
	div.stun-server:last-child .icon-add,
	div.signaling-server:last-child .icon-add,
	div.turn-server:last-child .icon-add {
		display: inline-block;
		width: 44px;
		height: 44px;
		vertical-align: middle;
	}

	.icon-checkmark-color.hidden {
		display: none;
	}

	.error {
		border-color: $color-error;
	}

	div.signaling-server label {
		margin: 0 20px;
		display: inline-block;
	}

	.signaling-warning label {
		margin: 0;
	}

	.signaling-warning,
	.signaling-secret {
		margin-top: 20px;
	}
}


.commands.section,
.matterbridge.section {
	.icon-beta-feature {
		@include icon-color('customization', 'categories', $color-warning, 1, true);
	}
}

.commands.section {
	#commands_list {
		display: grid;
		grid-template-columns: minmax(100px, 200px) minmax(100px, 200px)  1fr minmax(100px, 200px)  minmax(100px, 200px);
		grid-column-gap: 5px;
		grid-row-gap: 10px;
		.head {
			padding-bottom: 5px;
			border-bottom: 1px solid var(--color-border);
			font-weight: bold;
		}
	}
}