Client - add a workout + fix

This commit is contained in:
Sam
2021-09-29 11:32:05 +02:00
parent 991a7acc03
commit 6bfcb24133
14 changed files with 515 additions and 74 deletions

View File

@ -33,6 +33,7 @@ input, textarea, select {
padding: $default-padding;
&:disabled {
background-color: var(--disabled-background-color);
border-color: var(--disabled-color);
}
}