ds4/src/scss/components/_check.scss
2021-06-26 22:02:00 +02:00

17 lines
282 B
SCSS

/*
* SPDX-FileCopyrightText: 2021 Johannes Loher
*
* SPDX-License-Identifier: MIT
*/
@use "../utils/mixins";
.ds4-check {
cursor: pointer;
display: flex;
justify-content: space-between;
&:hover {
@include mixins.foundry-highlight-text-shadow;
}
}