Feat: remove css

This commit is contained in:
Bertrand Benjamin 2021-07-08 20:50:36 +02:00
parent dd997d569a
commit 091cee308a
1 changed files with 0 additions and 23 deletions

View File

@ -38,27 +38,4 @@ li:last-of-type {
padding-bottom: 0;
}
.action {
display: inline-flex;
flex-direction: column;
}
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;
}
</style>