Web-programming_Anisin_R.S..../styles/cart-style.css

25 lines
436 B
CSS
Raw Permalink Normal View History

2024-01-10 20:41:47 +04:00
.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%;
}
}