small style fixes

This commit is contained in:
Johannes Loher 2021-01-06 00:02:30 +01:00
parent f2f40a8e89
commit 9de78b4940
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,12 @@
.window-app {
font-family: $font-primary;
input[type="text"],
input[type="number"],
input[type="password"],
input[type="date"],
input[type="time"] {
width: 100%;
}
}
.rollable {