правки test1
This commit is contained in:
@@ -29,6 +29,18 @@
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.test1-shared-delivery-page {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.test1-shared-service-page {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.test1-shared-cart-page .site-main {
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
@@ -43,6 +55,12 @@
|
||||
padding-bottom: 26px;
|
||||
}
|
||||
|
||||
.test1-shared-delivery-page .site-main,
|
||||
.test1-shared-service-page .site-main {
|
||||
flex: 1 0 auto;
|
||||
padding-bottom: 26px;
|
||||
}
|
||||
|
||||
.test1-shared-cart-page .classic-footer {
|
||||
margin-top: auto;
|
||||
}
|
||||
@@ -55,6 +73,11 @@
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
.test1-shared-delivery-page .classic-footer,
|
||||
.test1-shared-service-page .classic-footer {
|
||||
margin-top: auto;
|
||||
}
|
||||
|
||||
.test1-shared-shell .site-header {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user