@nextcloud/vue
Version:
Nextcloud vue components
23 lines • 637 B
CSS
/**
* SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
/**
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
/*
* Ensure proper alignment of the vue material icons
*/
.material-design-icon[data-v-21e2bf0c] {
display: flex;
align-self: center;
justify-self: center;
align-items: center;
justify-content: center;
}
.select-group-error[data-v-21e2bf0c] {
color: var(--color-text-error, var(--color-error));
font-size: 13px;
padding-inline-start: var(--border-radius-element);
}