OpenXE/resources/css/vue.css

37 lines
412 B
CSS
Raw Permalink Normal View History

2023-03-30 10:54:18 +02:00
/*
* 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 {
padding-top: 5px;
}
.grid input[type=text] {
2023-03-30 10:54:18 +02:00
width: 100%;
}