inital commit
This commit is contained in:
121
public/version2/css/dashboard_pages/map.css
Normal file
121
public/version2/css/dashboard_pages/map.css
Normal file
@@ -0,0 +1,121 @@
|
||||
.map-box-wide {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.map {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.filters_box {
|
||||
width: 320px;
|
||||
height: 100%;
|
||||
background-color: #f6f6f6;
|
||||
border-left: 1px solid #015688;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.filter-items {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
|
||||
.form-control-date {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.datepicker-plot-area {
|
||||
box-shadow: none;
|
||||
font: 0.875rem IRANSansFaNum, sans-serif;
|
||||
border-top: 0;
|
||||
margin-top: -1px;
|
||||
border-bottom-left-radius: 0.2rem;
|
||||
border-bottom-right-radius: 0.2rem;
|
||||
}
|
||||
|
||||
.datepicker-plot-area-inline-view {
|
||||
float: none;
|
||||
}
|
||||
|
||||
.details-image {
|
||||
width: 100%;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
|
||||
.details-image:hover {
|
||||
border: 1px solid #999;
|
||||
}
|
||||
|
||||
.marker-cluster span {
|
||||
font-family: IRANSansFaNum, sans-serif;
|
||||
}
|
||||
|
||||
.beacon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 38%;
|
||||
background-color: #007bff;
|
||||
height: 2px;
|
||||
width: 2px;
|
||||
border-radius: 50%;
|
||||
z-index: 1010;
|
||||
}
|
||||
|
||||
.beacon-red {
|
||||
-webkit-print-color-adjust: exact !important;
|
||||
background-color: #dc3545;
|
||||
}
|
||||
|
||||
.beacon-blue {
|
||||
-webkit-print-color-adjust: exact !important;
|
||||
background-color: rgb(0, 153, 255);
|
||||
}
|
||||
|
||||
.beacon-green {
|
||||
-webkit-print-color-adjust: exact !important;
|
||||
background-color: #28a745;
|
||||
}
|
||||
|
||||
.beacon-yellow {
|
||||
-webkit-print-color-adjust: exact !important;
|
||||
background-color: rgb(245, 212, 25);
|
||||
}
|
||||
|
||||
.beacon-orange {
|
||||
-webkit-print-color-adjust: exact !important;
|
||||
background-color: rgb(243, 81, 6);
|
||||
}
|
||||
|
||||
.beacon-brown {
|
||||
-webkit-print-color-adjust: exact !important;
|
||||
background-color: rgb(167, 85, 10);
|
||||
}
|
||||
|
||||
.beacon-step-one {
|
||||
-webkit-print-color-adjust: exact !important;
|
||||
background-color: #2f597a;
|
||||
}
|
||||
|
||||
.beacon-step-two {
|
||||
-webkit-print-color-adjust: exact !important;
|
||||
background-color: #5d7925;
|
||||
}
|
||||
|
||||
.beacon-step-three {
|
||||
-webkit-print-color-adjust: exact !important;
|
||||
background-color: #7c5931;
|
||||
}
|
||||
|
||||
.iran-change-layer {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
left: 30px;
|
||||
z-index: 401;
|
||||
background-color: #bad3de;
|
||||
cursor: pointer;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.iran-change-layer img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
Reference in New Issue
Block a user