doc: add style to subtotal input and subtotal button

This commit is contained in:
Leon Xu
2022-05-05 21:19:51 -07:00
parent c379b1ec72
commit fa9e1acda1
+15
View File
@@ -14,3 +14,18 @@
display: flex;
align-items: center;
}
.subtotal__gift > input {
margin-right: 5px;
}
.subtotal > button {
background: #f0c14b;
border-radius: 2px;
width: 100%;
height: 30px;
border: 1px solid;
margin-top: 10px;
border-color: #a88734 #9c7e31 #846a29;
color: #111;
}