ds4/scss/components/actor/_checks.scss

14 lines
256 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 {
2021-04-20 22:38:00 +02:00
column-gap: 2em;
2021-04-20 23:01:33 +02:00
display: grid;
2021-04-20 22:38:00 +02:00
grid-template-columns: repeat(auto-fit, minmax(11em, 1fr));
row-gap: 0.25em;
white-space: nowrap;
}