Input type number. Fix empty gift cards list
This commit is contained in:
parent
02334320d0
commit
210bbc36cc
6 changed files with 33 additions and 45 deletions
|
|
@ -1,26 +1,4 @@
|
|||
|
||||
.amazon-select-amount {
|
||||
display: inline-block;
|
||||
padding: 3px 15px;
|
||||
background-color: #4B6178;
|
||||
color: #ffffff;
|
||||
border-radius: 5px;
|
||||
margin: 0 5px;
|
||||
&:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
.amazon-amount {
|
||||
display: inline-block;
|
||||
background-color: #E4E8EC;
|
||||
padding: 3px 10px;
|
||||
width: 80px;
|
||||
text-align: center;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
ol.amazon-list {
|
||||
list-style: decimal !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue