Skip to content
Snippets Groups Projects
Commit 29c7a759 authored by Michael Drury's avatar Michael Drury
Browse files

checkout button orange on hover

parent 016f56f7
No related branches found
No related tags found
No related merge requests found
......@@ -345,17 +345,20 @@ li {
.checkout_button {
border: 2px solid grey;
width: 80px;
height: 45px;
height: 55px;
margin: auto;
text-align: center;
border-radius: 15px;
background: #E8E8E8;
color: black;
}
.checkout_button_text {
color: black;
.checkout_button:hover {
color: orange;
}
.checkout_price {
padding-left: 20px;
font-size: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment