doc: add style to subtotal input and subtotal button
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user