@nextcloud/vue
Version:
Nextcloud vue components
34 lines • 840 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-dba10798] {
display: flex;
align-self: center;
justify-self: center;
align-items: center;
justify-content: center;
}
.app-sidebar__tab[data-v-dba10798] {
display: none;
padding: 10px;
min-height: 100%;
max-height: 100%;
height: 100%;
overflow: auto;
}
.app-sidebar__tab[data-v-dba10798]:focus {
border-color: var(--color-primary-element);
box-shadow: 0 0 0.2em var(--color-primary-element);
outline: 0;
}
.app-sidebar__tab--active[data-v-dba10798] {
display: block;
}