@nextcloud/vue
Version:
Nextcloud vue components
32 lines • 749 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_15jyc_12 {
display: flex;
align-self: center;
justify-self: center;
align-items: center;
justify-content: center;
}
._formBoxButton_15jyc_20 {
/* Reset default HTML button styles */
background: unset;
border: none;
color: inherit;
font-size: inherit;
font-weight: inherit;
text-decoration: none;
text-align: inherit;
line-height: inherit;
padding: 0;
margin: 0;
outline: none;
}