OpenXE/resources/css/vue.css
2024-10-04 22:49:08 +02:00

33 lines
386 B
CSS

/*
* SPDX-FileCopyrightText: 2023 Andreas Palm
*
* SPDX-License-Identifier: LicenseRef-EGPL-3.1
*/
.vueAction {
cursor: pointer;
}
.flex {
display: flex;
}
.grid {
display: grid;
}
.flex-align-center {
align-items: center;
}
.justify-self-start {
justify-self: start;
}
.gap-1 {
gap: 0.25rem;
}
.grid label, .grid .p-checkbox {
padding-top: 5px;
}