aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/src/components/admin/shared/field.scss
blob: 2347f31f7c55b622b242e3142e16ca0249859f2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*!
 * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */

.field {
	display: flex;
	flex-direction: column;
	gap: 4px 0;

	&__row {
		display: flex;
		gap: 0 4px;
	}
}