carrousel arrows outside
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m16s
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m16s
This commit is contained in:
parent
1ea9f36aa1
commit
951de348b8
8 changed files with 77 additions and 68 deletions
|
|
@ -44,7 +44,7 @@
|
|||
}
|
||||
|
||||
.description{
|
||||
margin-top: calc(var(--spacing)*1);
|
||||
margin-top: calc(var(--spacing)*0.5);
|
||||
// font-size: var(--fs-small);
|
||||
|
||||
display: -webkit-box;
|
||||
|
|
|
|||
|
|
@ -1,37 +1,35 @@
|
|||
#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);
|
||||
background-color: var(--color-bg);
|
||||
height: 100%;
|
||||
width: 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;
|
||||
svg{
|
||||
width: 14px;
|
||||
}
|
||||
|
||||
// &:after{
|
||||
// font-size: var(--swiper-navigation-size);
|
||||
// }
|
||||
// }
|
||||
&.swiper-button-disabled {
|
||||
opacity: 1;
|
||||
svg{
|
||||
opacity: 0.05;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// .swiper-button-prev{
|
||||
// left: 0;
|
||||
// }
|
||||
.swiper-button-prev{
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
// .swiper-button-next{
|
||||
// right: 0;
|
||||
// }
|
||||
.swiper-button-next{
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.swiper-slide{
|
||||
padding-left: 60px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue