ds4/scss/components/actor/_profile.scss

29 lines
392 B
SCSS
Raw Normal View History

2021-07-10 21:02:48 +02:00
/*
* SPDX-FileCopyrightText: 2021 Johannes Loher
*
* SPDX-License-Identifier: MIT
*/
.ds4-profile {
2023-07-10 22:23:13 +02:00
display: flex;
flex-direction: column;
gap: 0.5em;
&__entry {
2021-07-10 21:02:48 +02:00
display: flex;
flex-direction: column;
2023-07-10 22:23:13 +02:00
align-items: center;
}
2021-07-10 21:02:48 +02:00
2023-07-10 22:23:13 +02:00
&__entry-input {
&--multiline {
resize: none;
2021-07-10 21:02:48 +02:00
}
2023-07-10 22:23:13 +02:00
}
2021-07-10 21:02:48 +02:00
2023-07-10 22:23:13 +02:00
&__entry-label {
font-size: 0.8em;
font-weight: bold;
}
2021-07-10 21:02:48 +02:00
}