This commit is contained in:
parent
8a4f9d6b64
commit
1ea9f36aa1
9 changed files with 249 additions and 36 deletions
55
assets/css/components/_swipper.scss
Normal file
55
assets/css/components/_swipper.scss
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
#home__investigations{
|
||||
// .col-right{
|
||||
// position: relative;
|
||||
// overflow: visible;
|
||||
// background-color: red;
|
||||
// }
|
||||
|
||||
// .home-investigations-slider{
|
||||
// position: relative;
|
||||
// overflow: hidden;
|
||||
// margin: 0 60px;
|
||||
// }
|
||||
|
||||
// .swiper-button-prev,
|
||||
// .swiper-button-next{
|
||||
// --swiper-navigation-size: 32px;
|
||||
// color: var(--color-txt);
|
||||
// position: absolute;
|
||||
// top: 50%;
|
||||
// transform: translateY(-50%);
|
||||
// z-index: 10;
|
||||
|
||||
// &:after{
|
||||
// font-size: var(--swiper-navigation-size);
|
||||
// }
|
||||
// }
|
||||
|
||||
// .swiper-button-prev{
|
||||
// left: 0;
|
||||
// }
|
||||
|
||||
// .swiper-button-next{
|
||||
// right: 0;
|
||||
// }
|
||||
|
||||
.swiper-slide{
|
||||
padding-left: 60px;
|
||||
padding-right: 60px;
|
||||
}
|
||||
.swiper-pagination{
|
||||
position: relative;
|
||||
margin-top: calc(var(--spacing)*1);
|
||||
|
||||
.swiper-pagination-bullet{
|
||||
width: 15px;
|
||||
height: 4px;
|
||||
border-radius: 2px;
|
||||
background: var(--color-txt-light);
|
||||
}
|
||||
|
||||
.swiper-pagination-bullet-active{
|
||||
background: var(--color-txt);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue