@nextcloud/vue
Version:
Nextcloud vue components
39 lines • 963 B
CSS
/**
* 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-c843f2cd] {
display: flex;
align-self: center;
justify-self: center;
align-items: center;
justify-content: center;
}
.name-parts[data-v-c843f2cd] {
display: flex;
max-width: 100%;
min-width: 0;
cursor: inherit;
}
.name-parts__first[data-v-c843f2cd] {
overflow: hidden;
text-overflow: ellipsis;
white-space: pre;
}
.name-parts__last[data-v-c843f2cd] {
flex: 0 0 auto;
white-space: pre;
}
.name-parts__first[data-v-c843f2cd], .name-parts__last[data-v-c843f2cd] {
cursor: inherit;
}
.name-parts__first strong[data-v-c843f2cd], .name-parts__last strong[data-v-c843f2cd] {
font-weight: bold;
}