UNPKG

@nextcloud/vue

Version:
21 lines 577 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-551209a3] { display: flex; align-self: center; justify-self: center; align-items: center; justify-content: center; } .loading-icon svg[data-v-551209a3] { animation: rotate var(--animation-duration, 0.8s) linear infinite; }