ds4/scss/components/actor/_checks.scss

16 lines
287 B
SCSS
Raw Normal View History

2021-06-26 22:02:00 +02:00
/*
* SPDX-FileCopyrightText: 2021 Johannes Loher
*
* SPDX-License-Identifier: MIT
*/
.ds4-checks {
2023-07-10 22:23:13 +02:00
column-gap: 2em;
display: grid;
grid-auto-flow: column;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: repeat(10, 1fr);
row-gap: 0.25em;
white-space: nowrap;
}