@nextcloud/vue
Version:
Nextcloud vue components
21 lines • 558 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-b2684de6] {
display: flex;
align-self: center;
justify-self: center;
align-items: center;
justify-content: center;
}
[data-v-b2684de6] .password-field__input--secure-text {
-webkit-text-security: disc;
}