Feat: css things
This commit is contained in:
25
src/style.css
Normal file
25
src/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user