v2.2.0-rc
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
@import 'common/contacto';
|
||||
@import 'common/nav';
|
||||
@import 'common/image_modal';
|
||||
@import 'common/carro';
|
||||
|
||||
.white.circle {
|
||||
border: thin solid rgb(0, 0, 0);
|
||||
|
38
assets/sass/common/_carro.scss
Normal file
38
assets/sass/common/_carro.scss
Normal file
@ -0,0 +1,38 @@
|
||||
#carro {
|
||||
form {
|
||||
.input.cantidad {
|
||||
width: 4.5rem;
|
||||
background: rgb(255, 255, 255);
|
||||
text-align: center;
|
||||
padding: .5rem 0.05rem;
|
||||
font-size: 10pt;
|
||||
color: rgba(0, 0, 0, .87) !important;
|
||||
|
||||
button {
|
||||
background: none;
|
||||
border: none;
|
||||
width: 1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
color: inherit !important;
|
||||
}
|
||||
input {
|
||||
width: 2rem;
|
||||
background: none;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
color: inherit !important;
|
||||
}
|
||||
}
|
||||
|
||||
.precio {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
.content>.button {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
@ -7,6 +7,7 @@
|
||||
.right.menu {
|
||||
.item {
|
||||
.shopping.cart {
|
||||
cursor: pointer;
|
||||
.cantidad {
|
||||
position: relative;
|
||||
color: $blanco;
|
||||
|
Reference in New Issue
Block a user