ds4/src/scss/components/_talent_rank_equation.scss

20 lines
353 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 {
2021-02-26 03:17:27 +01:00
background-color: transparent;
2021-02-25 22:22:05 +01:00
border: 0;
2021-02-26 03:17:27 +01:00
height: auto;
2021-02-25 22:22:05 +01:00
padding: 0;
text-align: center;
}
}