38 lines
525 B
SCSS
38 lines
525 B
SCSS
@import "./assets/style/flex.scss";
|
|
@import "./assets/style/animate.scss";
|
|
|
|
page,
|
|
view,
|
|
text,
|
|
swiper,
|
|
swiper-item,
|
|
image,
|
|
navigator {
|
|
padding: 0;
|
|
margin: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
|
|
page {
|
|
--background: linear-gradient(135deg, rgba(0, 33, 33, 1), rgba(0, 106, 106, 1));
|
|
.t-navbar__capsule::before {
|
|
display: none;
|
|
}
|
|
|
|
.t-button--disabled {
|
|
opacity: 0.3;
|
|
}
|
|
}
|
|
|
|
.fixed-nav {
|
|
--td-navbar-bg-color: transparent !important;
|
|
}
|
|
|
|
button {
|
|
width: fit-content !important;
|
|
}
|
|
|
|
.t-button--block {
|
|
width: 100% !important;
|
|
} |