fix: Правки линтера, правки документации
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
}
|
||||
|
||||
:global(.swiper) {
|
||||
@container timeframe-slider (width <=768px) {
|
||||
@container timeframe-slider (width <= 768px) {
|
||||
padding: 0 40px;
|
||||
}
|
||||
}
|
||||
@@ -41,7 +41,7 @@
|
||||
:global(.swiper-slide-visible) {
|
||||
transition: opacity 0.3s ease;
|
||||
|
||||
@container timeframe-slider (width <768px) {
|
||||
@container timeframe-slider (width < 768px) {
|
||||
opacity: 0.4;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user