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

style.css « css - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f8fb5eb57d734230824b63b005415063dc20ce91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.sms-2fa-form {
	margin: 16px auto 1px !important;
}

.challenge {
	margin-top: 0 !important;
	margin-left: 0 !important;
}

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