Input type number. Fix empty gift cards list

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-14 00:36:41 -03:00
commit 210bbc36cc
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
6 changed files with 33 additions and 45 deletions

View file

@ -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;
}