Feat: improve month selector

This commit is contained in:
2021-08-03 16:57:16 +02:00
parent 7f9cecf06d
commit 7b742d599a
6 changed files with 87 additions and 17 deletions

View File

@@ -6,14 +6,15 @@
}
button {
border: none;
color: white;
padding: 15px 32px;
text-align: center;
display: inline-block;
width: 100%;
font-size: 16px;
border-radius: 5px;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
display: inline-block;
width: 100%;
font-size: 16px;
border-radius: 5px;
color: black;
}
.validate {
background-color: green;