This commit is contained in:
Erwan Lemaire
2025-05-02 13:19:49 +02:00
parent 5889a8111d
commit c35e93975b
14 changed files with 111 additions and 94 deletions
+21
View File
@@ -0,0 +1,21 @@
.app.vermine2047.trait-selector {
.form-group {
box-shadow: 0 0 30px gray;
padding: 0.3rem 0.5rem;
border: 3px solid rgb(142, 144, 16);
&:has(input[type="checkbox"]:checked) {
border: 3px solid green
}
label {
display: inline-flex;
align-items: center;
justify-content: space-around;
width: 100%;
text-align: center;
border-bottom: 2px solid black
}
}
}