25 lines
436 B
CSS
25 lines
436 B
CSS
|
.cart-labels{
|
||
|
font-variant: small-caps;
|
||
|
background-color: #EFDECD;
|
||
|
}
|
||
|
.item-counter input{
|
||
|
width: 33.33333%;
|
||
|
border: none;
|
||
|
background-color: #FFF8E7;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.item-counter button{
|
||
|
border: none;
|
||
|
width: 33.33333%;
|
||
|
background-color: #FFF8E7;
|
||
|
}
|
||
|
.proceed-labels {
|
||
|
background-color: #EFDECD;
|
||
|
border-radius: 10px;
|
||
|
}
|
||
|
|
||
|
@media (min-width: 768px) {
|
||
|
.proceed{
|
||
|
width: 50%;
|
||
|
}
|
||
|
}
|