move date selection to workflow

This commit is contained in:
Bilal Catic
2018-11-03 05:15:38 +01:00
parent 2a3f2f8245
commit 93e17817dc
7 changed files with 95 additions and 174 deletions

View File

@@ -0,0 +1,15 @@
.delivery-process {
background-color: #777;
color: white;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
}
.delivery-process:hover {
background-color: #555;
}