129 lines
2.3 KiB
CSS
129 lines
2.3 KiB
CSS
main {
|
|
height: auto;
|
|
}
|
|
.tab-pane {
|
|
min-height: unset;
|
|
}
|
|
.full-menu-modal {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #fff;
|
|
z-index: 9999;
|
|
display: unset;
|
|
/* overflow-y: auto; */
|
|
overflow-y: scroll;
|
|
-ms-overflow-style: none;
|
|
scrollbar-width: none;
|
|
}
|
|
.tab-content{
|
|
overflow-y: unset;
|
|
}
|
|
|
|
.ic20.rot-180{
|
|
transform: rotate(180deg);
|
|
}
|
|
.pb-70 {padding-bottom: 70px !important;}
|
|
|
|
/* calendar */
|
|
.react-calendar{
|
|
margin: 10% auto;
|
|
}
|
|
|
|
.kv-list{
|
|
padding-bottom: 20px;
|
|
}
|
|
.txn-divider{
|
|
margin-top: 0px;
|
|
}
|
|
|
|
header{
|
|
/* padding-top: env(safe-area-inset-top) !important; */
|
|
height: calc(50px + env(safe-area-inset-top)) !important;
|
|
}
|
|
main {
|
|
padding-top: calc(50px + env(safe-area-inset-top)) !important;
|
|
padding-bottom: calc(70px + env(safe-area-inset-bottom)) !important;
|
|
}
|
|
.bottom-tabbar{
|
|
height: calc(70px + env(safe-area-inset-bottom)) !important;
|
|
padding-bottom: env(safe-area-inset-bottom) !important;
|
|
}
|
|
.bottomsheet{
|
|
padding-bottom: calc(26px + env(safe-area-inset-bottom));
|
|
}
|
|
.bottomsheet.banner{
|
|
padding-bottom: calc(0px + env(safe-area-inset-bottom));
|
|
}
|
|
.apply-row.bottom-padding{
|
|
bottom: calc(70px + env(safe-area-inset-bottom)) !important;
|
|
}
|
|
.full-menu-modal{
|
|
margin-top: env(safe-area-inset-top);
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
}
|
|
.swiper-wrapper{
|
|
display: unset;
|
|
gap: unset;
|
|
padding-bottom: unset;
|
|
overflow-x: unset;
|
|
scroll-snap-type: unset;
|
|
|
|
}
|
|
.swiper.swiper-initialized{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.tab-pane.sub {
|
|
padding-bottom: unset !important;
|
|
}
|
|
.notice-box {
|
|
margin-top: 1rem;
|
|
}
|
|
.menu-category:last-of-type{
|
|
padding-bottom: 15px;
|
|
}
|
|
.billing-label{
|
|
width: 85px;
|
|
}
|
|
.full-menu-container{
|
|
padding-top: 234px;
|
|
}
|
|
.full-menu-header{
|
|
position: fixed;
|
|
z-index: 20;
|
|
background-color: #ffffff;
|
|
width: 100%;
|
|
top: env(safe-area-inset-top);
|
|
}
|
|
.full-menu-top-nav{
|
|
position: fixed;
|
|
top: calc(50px + env(safe-area-inset-top));
|
|
z-index: 20;
|
|
width: 100%;
|
|
background-color: #ffffff;
|
|
height: 116px;
|
|
}
|
|
.full-menu-keywords-wrap{
|
|
position: fixed;
|
|
top: calc(166px + env(safe-area-inset-top));
|
|
z-index: 20;
|
|
width: 100%;
|
|
background-color: #ffffff;
|
|
padding: 1rem 1.625rem;
|
|
}
|
|
.full-menu-keywords{
|
|
padding: 0;
|
|
}
|
|
|
|
.full-menu-list{
|
|
position: relative;
|
|
top: calc(env(safe-area-inset-top));
|
|
margin-top: 0;
|
|
width: 100%;
|
|
}
|
|
.menu-category{
|
|
position: relative;
|
|
} |