@nextcloud/vue
Version:
Nextcloud vue components
35 lines • 844 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-f5a7bd55] {
display: flex;
align-self: center;
justify-self: center;
align-items: center;
justify-content: center;
}
.input-wrapper[data-v-f5a7bd55] {
display: flex;
align-items: center;
flex-wrap: wrap;
width: 100%;
max-width: 400px;
}
.input-wrapper .action-input__label[data-v-f5a7bd55] {
margin-right: 12px;
}
.input-wrapper[data-v-f5a7bd55]:disabled {
cursor: default;
}
.input-wrapper .hint[data-v-f5a7bd55] {
color: var(--color-text-maxcontrast);
margin-left: 8px;
}