@nextcloud/vue
Version:
Nextcloud vue components
25 lines • 593 B
CSS
@charset "UTF-8";
/**
* 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_MpHB- {
display: flex;
align-self: center;
justify-self: center;
align-items: center;
justify-content: center;
}
._externalLink_SRhry {
text-decoration: underline;
}
._externalLink_decorated_wKyfn::after {
content: " ↗";
}