add gps to navbar

This commit is contained in:
HAM!DREZA
2025-01-29 14:35:39 +03:30
parent 85872381a7
commit f0dbf70f9f
4 changed files with 55 additions and 12 deletions
+6 -1
View File
@@ -131,11 +131,16 @@
height: 169px;
}
}
&.contactus {
&.gps{
.drop-down {
height: 169px;
}
}
&.contactus {
.drop-down {
height: 290px;
}
}
}
.drop-down {
+1
View File
@@ -5,6 +5,7 @@
background: $theme;
padding: 20px 25px;
overflow: auto;
min-width: 300px;
position: fixed;
top: 55px;
left: 0;