ds4/scss/components/actor/_talent_rank_equation.scss

22 lines
410 B
SCSS
Raw Normal View History

2021-06-26 22:02:00 +02:00
/*
* SPDX-FileCopyrightText: 2021 Johannes Loher
* SPDX-FileCopyrightText: 2021 Gesina Schwalbe
*
* SPDX-License-Identifier: MIT
*/
2021-02-25 22:22:05 +01:00
.ds4-talent-rank-equation {
display: flex;
gap: 0.5em;
2021-02-26 03:17:27 +01:00
2021-02-25 22:22:05 +01:00
&__value {
2022-01-21 03:22:17 +01:00
&[type="number"] {
background-color: transparent;
border: 0;
height: auto;
padding: 0;
text-align: center;
}
2021-02-25 22:22:05 +01:00
}
}