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

style.css « css - github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5299f9b9e32d8a0eabdf4cff6e588a42c2114084 (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
.totp-form {
	margin: 16px auto 1px !important;
}
.totp-form > input, .totp-form > button {
	padding: 10px;
	margin: 0px 0px 5px 0px;
}
.totp-form > input[type="tel"] {
	width: 260px;
	margin: 0px 0px 5px 0px;
}
.totp-form > button[type="submit"] {
	width: 280px;
	border-radius: 3px;
	font-size: 20px;
}

.confirm-inline {
	position: absolute;
	right: 10px;
	top: 0;
	margin: 0 !important;
	padding-right: 25px !important;
	background-color: transparent !important;
	border: none !important;
	opacity: .5;
}