@nextcloud/vue
Version:
Nextcloud vue components
27 lines (26 loc) • 667 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-0ba6c9df] {
display: flex;
align-self: center;
justify-self: center;
align-items: center;
justify-content: center;
}
/* 'New' button */
.app-navigation-new[data-v-0ba6c9df] {
display: block;
padding: calc(var(--default-grid-baseline, 4px) * 2);
}
.app-navigation-new button[data-v-0ba6c9df] {
width: 100%;
}