UNPKG

6.21 kBtext/lessView Raw
1/**
2 * Swiper 8.4.7
3 * Most modern mobile touch slider and framework with hardware accelerated transitions
4 * https://swiperjs.com
5 *
6 * Copyright 2014-2023 Vladimir Kharlampidi
7 *
8 * Released under the MIT License
9 *
10 * Released on: January 30, 2023
11 */
12
13@themeColor: #007aff;
14
15@font-face {
16 font-family: 'swiper-icons';
17 src: url('data:application/font-woff;charset=utf-8;base64, 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');
18 font-weight: 400;
19 font-style: normal;
20}
21
22:root {
23 --swiper-theme-color: @themeColor;
24}
25.swiper {
26 margin-left: auto;
27 margin-right: auto;
28 position: relative;
29 overflow: hidden;
30 list-style: none;
31 padding: 0;
32 /* Fix of Webkit flickering */
33 z-index: 1;
34}
35.swiper-vertical > .swiper-wrapper {
36 flex-direction: column;
37}
38.swiper-wrapper {
39 position: relative;
40 width: 100%;
41 height: 100%;
42 z-index: 1;
43 display: flex;
44 transition-property: transform;
45 box-sizing: content-box;
46}
47.swiper-android .swiper-slide,
48.swiper-wrapper {
49 transform: translate3d(0px, 0, 0);
50}
51
52.swiper-pointer-events {
53 touch-action: pan-y;
54 &.swiper-vertical {
55 touch-action: pan-x;
56 }
57}
58.swiper-slide {
59 flex-shrink: 0;
60 width: 100%;
61 height: 100%;
62 position: relative;
63 transition-property: transform;
64}
65.swiper-slide-invisible-blank {
66 visibility: hidden;
67}
68/* Auto Height */
69.swiper-autoheight,
70.swiper-autoheight .swiper-slide {
71 height: auto;
72}
73.swiper-autoheight .swiper-wrapper {
74 align-items: flex-start;
75 transition-property: transform, height;
76}
77.swiper-backface-hidden .swiper-slide {
78 transform: translateZ(0);
79 backface-visibility: hidden;
80}
81/* 3D Effects */
82.swiper-3d {
83 &,
84 &.swiper-css-mode .swiper-wrapper {
85 perspective: 1200px;
86 }
87 .swiper-wrapper,
88 .swiper-slide,
89 .swiper-slide-shadow,
90 .swiper-slide-shadow-left,
91 .swiper-slide-shadow-right,
92 .swiper-slide-shadow-top,
93 .swiper-slide-shadow-bottom,
94 .swiper-cube-shadow {
95 transform-style: preserve-3d;
96 }
97 .swiper-slide-shadow,
98 .swiper-slide-shadow-left,
99 .swiper-slide-shadow-right,
100 .swiper-slide-shadow-top,
101 .swiper-slide-shadow-bottom {
102 position: absolute;
103 left: 0;
104 top: 0;
105 width: 100%;
106 height: 100%;
107 pointer-events: none;
108 z-index: 10;
109 }
110 .swiper-slide-shadow {
111 background: rgba(0, 0, 0, 0.15);
112 }
113 .swiper-slide-shadow-left {
114 background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
115 }
116 .swiper-slide-shadow-right {
117 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
118 }
119 .swiper-slide-shadow-top {
120 background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
121 }
122 .swiper-slide-shadow-bottom {
123 background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
124 }
125}
126
127/* CSS Mode */
128.swiper-css-mode {
129 > .swiper-wrapper {
130 overflow: auto;
131 scrollbar-width: none; /* For Firefox */
132 -ms-overflow-style: none; /* For Internet Explorer and Edge */
133 &::-webkit-scrollbar {
134 display: none;
135 }
136 }
137 > .swiper-wrapper > .swiper-slide {
138 scroll-snap-align: start start;
139 }
140}
141.swiper-horizontal.swiper-css-mode {
142 > .swiper-wrapper {
143 scroll-snap-type: x mandatory;
144 }
145}
146.swiper-vertical.swiper-css-mode {
147 > .swiper-wrapper {
148 scroll-snap-type: y mandatory;
149 }
150}
151.swiper-centered {
152 > .swiper-wrapper::before {
153 content: '';
154 flex-shrink: 0;
155 order: 9999;
156 }
157 &.swiper-horizontal {
158 > .swiper-wrapper > .swiper-slide:first-child {
159 margin-inline-start: var(--swiper-centered-offset-before);
160 }
161 > .swiper-wrapper::before {
162 height: 100%;
163 min-height: 1px;
164 width: var(--swiper-centered-offset-after);
165 }
166 }
167 &.swiper-vertical {
168 > .swiper-wrapper > .swiper-slide:first-child {
169 margin-block-start: var(--swiper-centered-offset-before);
170 }
171 > .swiper-wrapper::before {
172 width: 100%;
173 min-width: 1px;
174 height: var(--swiper-centered-offset-after);
175 }
176 }
177
178 > .swiper-wrapper > .swiper-slide {
179 scroll-snap-align: center center;
180 scroll-snap-stop: always;
181 }
182}
183
184
185