v2.2.0-rc
This commit is contained in:
@ -206,6 +206,9 @@ html {
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
#menu .right.menu .item .shopping.cart {
|
||||
cursor: pointer;
|
||||
}
|
||||
#menu .right.menu .item .shopping.cart .cantidad {
|
||||
position: relative;
|
||||
color: white;
|
||||
@ -224,6 +227,39 @@ html {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#carro form .input.cantidad {
|
||||
width: 4.5rem;
|
||||
background: white;
|
||||
text-align: center;
|
||||
padding: 0.5rem 0.05rem;
|
||||
font-size: 10pt;
|
||||
color: rgba(0, 0, 0, 0.87) !important;
|
||||
}
|
||||
#carro form .input.cantidad button {
|
||||
background: none;
|
||||
border: none;
|
||||
width: 1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
color: inherit !important;
|
||||
}
|
||||
#carro form .input.cantidad input {
|
||||
width: 2rem;
|
||||
background: none;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
color: inherit !important;
|
||||
}
|
||||
#carro form .precio {
|
||||
text-align: right;
|
||||
}
|
||||
#carro .content > .button {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.white.circle {
|
||||
border: thin solid black;
|
||||
background-color: white;
|
||||
|
Reference in New Issue
Block a user