style update

This commit is contained in:
CHIEFSOFT\ameye
2023-08-30 07:38:22 -04:00
parent 5da1291afd
commit a81269bc44
+27
View File
@@ -3042,6 +3042,33 @@ p {
color: #9b2cfa;
}
/*===========================
6.On WrenchBoard Area css
===========================*/
.wrench-on-area {
position: relative;
overflow: hidden;
z-index: 15;
//background-color: #fbf4fe;
}
.wrench-on-area .traffic-thumb {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 42%;
}
@media (max-width: 767px) {
.wrench-on-area .traffic-thumb {
display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.wrench-on-area .traffic-thumb {
display: none;
}
}
/*===========================
6.APPIE TRAFFICE css
===========================*/