Biisl Arsch verspeist

This commit is contained in:
jankaminski1
2023-10-10 17:39:37 +02:00
parent 20c3408537
commit d3c0737bfe
12 changed files with 88 additions and 118 deletions

View File

@ -134,7 +134,7 @@ a:focus {
.navbar-brand img {
margin-right: 5px;
width: 35px;
width: 150px;
}
.navbar-brand span {
@ -216,6 +216,7 @@ a:focus {
padding-bottom: 90px;
}
.slider_section .row {
-webkit-box-align: center;
-ms-flex-align: center;

View File

@ -153,19 +153,21 @@ a:focus {
}
.navbar-brand {
display: flex;
align-items: center;
display: flex;
align-items: center;
img {
margin-right: 5px;
width: 35px;
}
span {
font-size: 22px;
font-weight: 700;
color: $primary1;
}
img {
margin-right: 5px;
width: 70px;
height: 70px;
}
span {
font-size: 22px;
font-weight: 700;
color: $primary1;
}
}
.custom_nav-container {
@ -230,91 +232,89 @@ a:focus {
/* slider section */
.slider_section {
flex: 1;
display: flex;
align-items: center;
position: relative;
z-index: 2;
color: #3b3a3a;
padding-bottom: 90px;
.row {
flex: 1;
display: flex;
align-items: center;
}
position: relative;
z-index: 2;
color: #3b3a3a;
padding-bottom: 90px;
.detail_box {
color: $black;
h1 {
text-transform: uppercase;
font-weight: bold;
.row {
align-items: center;
}
p {
margin-top: 20px;
.detail_box {
color: $black;
h1 {
text-transform: uppercase;
font-weight: bold;
}
p {
margin-top: 20px;
}
a {
@include hero_btn($primary1, $white, 10px, 40px, 35px);
margin-top: 35px;
}
}
a {
@include hero_btn($primary1, $white, 10px, 40px, 35px);
margin-top: 35px;
}
}
.img_container {
border: 7px solid #7b57b2;
border-radius: 100%;
overflow: hidden;
div#carouselExampleContarols {
width: 100%;
position: unset;
.img_container {
border: 7px solid #7b57b2;
border-radius: 100%;
overflow: hidden;
div#carouselExampleContarols {
width: 100%;
position: unset;
}
.img-box {
img {
width: 100%;
}
}
}
.img-box {
img {
width: 100%;
}
.carousel-control-prev,
.carousel-control-next {
top: initial;
left: initial;
bottom: 5%;
right: 10%;
width: 45px;
height: 45px;
border: none;
border-radius: 100%;
opacity: 1;
background-repeat: no-repeat;
background-size: 8px;
background-position: center;
}
}
.carousel-control-prev {
background-image: url(../images/prev.png);
background-color: $white;
transform: translate(-85px, 30px);
}
.carousel-control-prev,
.carousel-control-next {
top: initial;
left: initial;
bottom: 5%;
right: 10%;
width: 45px;
height: 45px;
border: none;
border-radius: 100%;
opacity: 1;
background-repeat: no-repeat;
background-size: 8px;
background-position: center;
}
.carousel-control-prev {
background-image: url(../images/prev.png);
background-color: $white;
transform: translate(-85px, 30px);
}
.carousel-control-next {
background-image: url(../images/next.png);
background-color: $primary1;
transform: translate(-45px, 0);
}
.carousel-control-next {
background-image: url(../images/next.png);
background-color: $primary1;
transform: translate(-45px, 0);
}
}
// end slider section
// service section
.service_section {
@ -509,6 +509,7 @@ a:focus {
}
}
button {
border: none;
@include hero_btn($primary1, $white, 12px, 45px, 0px);