Added ability to apply the strife to the actor

This commit is contained in:
Vlyan
2022-02-13 13:34:24 +01:00
parent 64b436627f
commit 8c4072d8af
11 changed files with 83 additions and 22 deletions

View File

@@ -237,6 +237,24 @@
flex-wrap: wrap;
display: flex;
}
.form-group {
width: 100%;
.form-fields {
flex: 1;
&:nth-child(2) {
flex: 3;
input {
flex: 3;
}
i {
flex: unset;
}
}
}
.range-value {
width: 2rem;
}
}
}
.profil {