This commit is contained in:
2024-07-25 12:23:16 +05:45
parent 09446d6bcd
commit 5d398d05f6
3 changed files with 32 additions and 12 deletions

View File

@ -6799,6 +6799,7 @@ fieldset:disabled .btn {
@keyframes spinner-border {
to {
transform: rotate(360deg)
/* rtl:ignore */
}
}

View File

@ -387,11 +387,13 @@ h6{
border-radius: 50%;
background-size: 60% 60%;
transition: 0.5s;
margin-top: 280%;
}
.carousel-header .carousel-control-next .carousel-control-next-icon {
margin-left: 0;
margin-right: -60px;
margin-top: 280%;
}
.carousel-header .carousel .carousel-indicators {
@ -437,9 +439,23 @@ h6{
left: 0;
display: flex;
align-items: center;
justify-content: center;
justify-content: left;
text-align: center;
/* background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6)); */
background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6));
background-size: cover;
}
.carousel-header .carousel-inner .carousel-item .carousel-caption_1 {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: right;
text-align: center;
background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6));
background-size: cover;
}