15 lines
269 B
CSS
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;
|
|
} |