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

personalsettings.css « css - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c47fe0dd9c35e8e26f4dadbd4377dd8b44af9348 (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
/*
 * SPDX-FileCopyrightText: 2022 Carl Schwan <carl@carlschwan.eu>
 * SPDX-License-Identifer: AGPL-3.0-or-later
 */

.clientslinks {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 20px;
}

.clientslinks a.button {
	display: inline-block;
	padding: 0.7rem 1rem;
}

.clientslinks .button .appsmall {
	vertical-align: sub;
	margin-right: 0.2rem;
}

.clipboardButton {
	display: inline-block;
	padding-left: 36px;
	background-position: 12px;
}

#endpoint-url {
	width: 250px;
}