UNPKG

@nextcloud/vue

Version:
30 lines 802 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-04a313f4] { display: flex; align-self: center; justify-self: center; align-items: center; justify-content: center; } .app-navigation-entry__icon-bullet[data-v-04a313f4] { display: block; padding: calc((var(--default-clickable-area) - 16px) / 2 + 1px); } .app-navigation-entry__icon-bullet div[data-v-04a313f4] { width: 14px; height: 14px; cursor: pointer; transition: background 100ms ease-in-out; border: none; border-radius: 50%; }