UNPKG

@nextcloud/vue

Version:
45 lines 1.21 kB
/** * 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_btiaN { display: flex; align-self: center; justify-self: center; align-items: center; justify-content: center; } ._hotkey_xNQTn { --form-element-label-offset: calc(var(--border-radius-element) + var(--default-grid-baseline)); display: flex; flex-direction: row-reverse; align-items: stretch; padding-inline: var(--form-element-label-offset); } ._hotkey_xNQTn:first-child ._hotkey__label_Sn9tu, ._hotkey_xNQTn:first-child ._hotkey__keys_qL0-W { border-block-start: none; } ._hotkey__label_Sn9tu, ._hotkey__keys_qL0-W { display: flex; align-items: center; padding-block: calc(2 * var(--default-grid-baseline)); border-block-start: 1px solid var(--color-border); } ._hotkey__label_Sn9tu { flex: 1 1 200px; } ._hotkey__keys_qL0-W { flex: 1 1 auto; flex-wrap: wrap; justify-content: end; row-gap: calc(1 * var(--default-grid-baseline)); }