Sousmargot/src/style.css

27 lines
375 B
CSS
Raw Normal View History

2021-07-08 14:52:43 +00:00
.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;
2021-07-08 18:24:32 +00:00
border-radius: 5px;
2021-07-08 14:52:43 +00:00
}
.validate {
background-color: green;
}
.cancel {
background-color: red;
}
.edit {
background-color: orange;
}