ds4/scss/components/actor/_check.scss

18 lines
285 B
SCSS
Raw Normal View History

2021-06-26 22:02:00 +02:00
/*
* SPDX-FileCopyrightText: 2021 Johannes Loher
*
* SPDX-License-Identifier: MIT
*/
2022-01-21 03:22:17 +01:00
@use "../../utils/mixins";
.ds4-check {
cursor: pointer;
2021-04-20 22:38:00 +02:00
display: flex;
justify-content: space-between;
&:hover {
@include mixins.foundry-highlight-text-shadow;
2021-04-20 22:38:00 +02:00
}
}