UNPKG

@nextcloud/vue

Version:
158 lines 4.26 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[data-v-8db55138] { display: flex; align-self: center; justify-self: center; align-items: center; justify-content: center; } .resource[data-v-8db55138] { display: flex; align-items: center; height: var(--default-clickable-area); } .resource__button[data-v-8db55138] { width: 100% !important; justify-content: flex-start !important; padding: 0 !important; } .resource__button[data-v-8db55138] .button-vue__wrapper { justify-content: flex-start !important; } .resource__button[data-v-8db55138] .button-vue__wrapper .button-vue__text { font-weight: normal !important; margin-inline-start: 2px !important; } .resource__icon[data-v-8db55138] { width: 32px; height: 32px; background-color: var(--color-text-maxcontrast); border-radius: 50%; display: flex; align-items: center; justify-content: center; } .resource__icon img[data-v-8db55138] { width: 16px; height: 16px; filter: var(--background-invert-if-dark); }/** * 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-a0203ee5] { display: flex; align-self: center; justify-self: center; align-items: center; justify-content: center; } .team-resources__header[data-v-a0203ee5] { font-weight: bold; margin-bottom: 6px; } .related-team[data-v-a0203ee5] { border-radius: var(--border-radius-container); border: 2px solid var(--color-border-dark); margin-bottom: 6px; } .related-team__open[data-v-a0203ee5] { border-color: var(--color-primary-element); } .related-team__header[data-v-a0203ee5] { padding: 6px; padding-inline-end: 24px; display: flex; gap: 12px; } .related-team__name[data-v-a0203ee5] { display: flex; flex-grow: 1; align-items: center; gap: 12px; padding: 6px 12px; font-weight: bold; margin: 0; } .related-team .related-team-provider[data-v-a0203ee5] { padding: 6px 12px; } .related-team .related-team-provider__name[data-v-a0203ee5] { font-weight: bold; margin-bottom: 3px; } .related-team .related-team-provider__link[data-v-a0203ee5] { display: flex; gap: 12px; padding: 6px 12px; font-weight: bold; } .related-team .related-team-resource__link[data-v-a0203ee5] { display: flex; gap: 12px; height: var(--default-clickable-area); align-items: center; border-radius: var(--border-radius-element); } .related-team .related-team-resource__link[data-v-a0203ee5]:hover { background-color: var(--color-background-hover); } .related-team .related-team-resource__link[data-v-a0203ee5]:focus { background-color: var(--color-background-hover); outline: 2px solid var(--color-primary-element); } .related-team .related-team-resource .resource__icon[data-v-a0203ee5] { width: var(--default-clickable-area); height: var(--default-clickable-area); display: flex; align-items: center; justify-content: center; text-align: center; } .related-team .related-team-resource .resource__icon > img[data-v-a0203ee5] { border-radius: var(--border-radius-pill); overflow: hidden; width: 32px; height: 32px; }/** * 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-551fe92c] { display: flex; align-self: center; justify-self: center; align-items: center; justify-content: center; } .related-resources__header h5[data-v-551fe92c] { font-weight: bold; margin-bottom: 6px; } .related-resources__header p[data-v-551fe92c] { color: var(--color-text-maxcontrast); }