Anton | настройка cart
This commit is contained in:
16
index3.css
16
index3.css
@@ -1316,6 +1316,18 @@
|
||||
color: var(--primary-strong);
|
||||
}
|
||||
|
||||
.cart-actions {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.cart-actions .ghost-button,
|
||||
.cart-actions .button {
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.empty-state {
|
||||
padding: 20px;
|
||||
border-radius: 22px;
|
||||
@@ -1449,4 +1461,8 @@
|
||||
flex-direction: column;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.cart-actions {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user