UNPKG

@nextcloud/vue

Version:
30 lines 727 B
/** * 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-e970c9f7] { display: flex; align-self: center; justify-self: center; align-items: center; justify-content: center; } .app-settings-section[data-v-e970c9f7] { margin-bottom: 80px; } .app-settings-section__name[data-v-e970c9f7] { font-size: 1.6em; margin: 0; padding: 20px 0; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }