code aded

This commit is contained in:
2023-02-06 18:56:03 +05:30
parent 0bdee634db
commit aff8c9c026
3 changed files with 66 additions and 11 deletions
+4
View File
@@ -118,6 +118,10 @@
.padding_top_13{
padding-top: 13rem;
}
.padding_bottom_ONE_FIVE{
padding-bottom: 1.5rem;
}
// heights
.h-10{
+1
View File
@@ -272,6 +272,7 @@ justify-content: center !important;
[alt=footer-rocket-img]{
cursor: pointer;
width: 70px;
}
.partners-img{
height:60px;
+61 -11
View File
@@ -266,17 +266,6 @@ $background-color_2: #fff;
margin-top: 0;
}
}
.owl-carousel {
.owl-dots{
display: none;
}
.owl-item {
// h6 {
// text-align: left !important;
// }
}
}
}
.navbar-toggler {
color: $color_1;
@@ -318,6 +307,49 @@ $background-color_2: #fff;
}
}
}
@media (max-width:991px) {
#navbar-head{
.accordion-button:not(.collapsed){
background-color: #fff;
color:rgb(0, 0, 0);
box-shadow: none;
font-weight: bold;
}
.accordion-button{
font-family: "Satoshi", sans-serif;
}
.accordion-body {
ul{
li{
font-size: 1rem;
font-family: "Satoshi", sans-serif;
color: #635c5c;
line-height: 2.5rem;
}
}
}
.accordion-button:focus{
// border-color:#ffffff00;
box-shadow:none
}
.accordion-button::after {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
transform: scale(.7) !important;
}
.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
}
.delivery-to-sec{
.d-flex{
font-size: 0.7rem;
}
.button_dark{
font-size: 0.7rem;
}
}
}
#footer-head{
.accordion-item{
border: 1px solid;
@@ -327,3 +359,21 @@ $background-color_2: #fff;
}
}
// footer
.footer-socailImg{
width: 30px;
}
.footer-rkt:hover{
animation: rocketRotate 2s;
}
@keyframes rocketRotate {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}