Feat: goto grid display

This commit is contained in:
2021-08-11 15:27:24 +02:00
parent 52c627c4f4
commit c2cc0d0e9c
4 changed files with 19 additions and 13 deletions

View File

@@ -9,15 +9,16 @@ button {
border: none;
color: white;
padding: 15px 32px;
box-shadow: 1px 1px 2px gray;
text-align: center;
display: inline-block;
width: 100%;
font-size: 16px;
border-radius: 5px;
color: black;
color: white;
}
.validate {
background-color: green;
background-color: green;
}
.cancel {
background-color: red;