Feat: css things

This commit is contained in:
2021-07-08 16:52:43 +02:00
parent 1309c9147a
commit c8f58cc20d
7 changed files with 115 additions and 8 deletions

25
src/style.css Normal file
View File

@@ -0,0 +1,25 @@
.actions {
display: inline-flex;
flex-direction: column;
width: 120px;
}
button {
border: none;
color: white;
padding: 15px 32px;
text-align: center;
display: inline-block;
width: 100%;
font-size: 16px;
}
.validate {
background-color: green;
}
.cancel {
background-color: red;
}
.edit {
background-color: orange;
}