Files
old-new-wiaas/backend/app/plugins/wiaas/assets/css/wiaas-admin-delivery-process.css
2018-11-03 07:35:39 +01:00

15 lines
269 B
CSS

.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;
}