Money ! it's a crime :d

This commit is contained in:
Vlyan
2020-12-30 19:27:50 +01:00
parent 2d9fbcabfb
commit c9b60c1333
9 changed files with 97 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -402,6 +402,20 @@
display: flex;
}
}
.money {
&-wrapper {
display: block;
flex: 100%;
text-align: center;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="date"],
input[type="time"] {
width: 100px;
}
}
.techniques-wrapper {
.checklist {
display: flex;