split frontend from project and Implement ci/cd
This commit is contained in:
@@ -1,134 +0,0 @@
|
||||
/* by mohammad */
|
||||
|
||||
|
||||
/* remove arrow from table header */
|
||||
/* table.dataTable thead .sorting:before,
|
||||
table.dataTable thead .sorting_asc:before,
|
||||
table.dataTable thead .sorting_desc:before,
|
||||
table.dataTable thead .sorting_asc_disabled:before,
|
||||
table.dataTable thead .sorting_desc_disabled:before {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
table.dataTable thead .sorting:after,
|
||||
table.dataTable thead .sorting_asc:after,
|
||||
table.dataTable thead .sorting_desc:after,
|
||||
table.dataTable thead .sorting_asc_disabled:after,
|
||||
table.dataTable thead .sorting_desc_disabled:after {
|
||||
right: 0.5em;
|
||||
content: "\2193";
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dataTables_length {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.table-footer-style {
|
||||
text-align: right;
|
||||
background-color: #286893;
|
||||
color: #fff;
|
||||
font-size: 13px;
|
||||
} */
|
||||
|
||||
/* changing white space from top of the table its done inline*/
|
||||
td.details-control {
|
||||
background: url('/dist/images/details_open.png') no-repeat center center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
tr.details td.details-control {
|
||||
background: url('/dist/images/details_open.png') no-repeat center center;
|
||||
}
|
||||
|
||||
|
||||
td.AcitivityMount {
|
||||
background: url('/dist/images/details_open.png') no-repeat center center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
tr.details td.AcitivityMount {
|
||||
background: url('/dist/images/details_open.png') no-repeat center center;
|
||||
}
|
||||
|
||||
.openedrow {
|
||||
background-color: navajowhite !important;
|
||||
|
||||
}
|
||||
|
||||
.btn-set-filter {
|
||||
background-color: rgb(43, 125, 43);
|
||||
border: 0;
|
||||
margin-bottom: 5px;
|
||||
border-radius: 5px;
|
||||
font-size: 12px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* .dt-button {
|
||||
display: none !important;
|
||||
} */
|
||||
|
||||
#marematTown_wrapper>.dataTables_info {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.btn_datable {
|
||||
color: rgb(43, 125, 43) !important;
|
||||
}
|
||||
|
||||
.show_table {
|
||||
color: rgb(43, 125, 43) !important;
|
||||
}
|
||||
|
||||
.titlesecondtable {
|
||||
padding-top: 59px;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.bluecolor {
|
||||
background-color: #ff5c0f !important;
|
||||
}
|
||||
|
||||
/* #gozarehtowntable > tbody > tr:nth-child(2) {
|
||||
padding :0px ;
|
||||
} */
|
||||
/* #gozarehtowntable > tbody > tr:nth-child(2) > td {
|
||||
padding :0px ;
|
||||
} */
|
||||
/* table.table-bordered.dataTable th:last-child,
|
||||
table.table-bordered.dataTable th:last-child,
|
||||
table.table-bordered.dataTable td:last-child,
|
||||
table.table-bordered.dataTable td:last-child {
|
||||
border-right-width: 0px;
|
||||
} */
|
||||
|
||||
.parent-excel {
|
||||
width: 223px;
|
||||
min-height: 200px;
|
||||
background-color: white;
|
||||
border-radius: 5px;
|
||||
display: none;
|
||||
position: absolute;
|
||||
z-index: 9;
|
||||
left: 100px;
|
||||
box-shadow: 0 0 3px;
|
||||
top: 127px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.parent-excel::-webkit-scrollbar {
|
||||
background-color: rgb(178, 178, 178);
|
||||
border-radius: 10px;
|
||||
border: 4px solid rgb(128, 128, 128);
|
||||
}
|
||||
|
||||
.parent-excel::-webkit-scrollbar-thumb {
|
||||
border-radius: 10px;
|
||||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
||||
background-color: rgb(128, 128, 128);
|
||||
}
|
||||
|
||||
.table tbody{
|
||||
font-size: 10px !important;
|
||||
}
|
||||
@@ -1,87 +0,0 @@
|
||||
/* map styles */
|
||||
.item-map-box {
|
||||
width: 100%;
|
||||
height: 350px;
|
||||
position: relative;
|
||||
border: 2px dashed #015688;
|
||||
}
|
||||
|
||||
#edit_map {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.map-coordinates-box {
|
||||
background: #193e5ab8;
|
||||
position: absolute;
|
||||
bottom: 5px;
|
||||
z-index: 500;
|
||||
left: 5px;
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
font-weight: 400;
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
.manually-coordinate-input {
|
||||
font-size: 13px;
|
||||
letter-spacing: 1px;
|
||||
direction: ltr;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.map-coordinates-box label {
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
|
||||
/* map styles */
|
||||
.modal_image_box_title {
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.modal_image_box {
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.modal_image_box img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
#filter_box {
|
||||
display: none;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
background-color: #fff;
|
||||
z-index: 5000;
|
||||
width: 470px;
|
||||
box-shadow: 0 0 8px 2px rgb(0 0 0 / 26%);
|
||||
border-radius: 2px;
|
||||
padding: 12px;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#filter_box .form-group {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
#filter_box label {
|
||||
font-size: 12px;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
div.dataTables_wrapper {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#operation_cartable {
|
||||
min-height: 120px;
|
||||
}
|
||||
@@ -1,373 +0,0 @@
|
||||
.table-header {
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.dt-button {
|
||||
background-color: transparent;
|
||||
color: #000;
|
||||
border: none;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.dt-buttons {
|
||||
display: inline;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.dataTables_filter {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.dataTables_length {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.dt-button i {
|
||||
color: rgb(43, 125, 43);
|
||||
font-size: 19px;
|
||||
}
|
||||
|
||||
.btn-dataTable i {
|
||||
color: rgb(43, 125, 43);
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
button:disabled {
|
||||
cursor: no-drop;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
input:disabled {
|
||||
cursor: no-drop;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
table.dataTable .btn-dataTable {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
|
||||
.table-image:hover {
|
||||
transform: scale(2.7, 2.7) translate(2px, 4px);
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
input::-webkit-outer-spin-button,
|
||||
input::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
input[type=number] {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
.table thead tr {
|
||||
color: #fff;
|
||||
}
|
||||
/* map styles */
|
||||
.pin-marker {
|
||||
position: relative;
|
||||
width: 45px;
|
||||
height: 71px;
|
||||
font-family: "IRANSans";
|
||||
}
|
||||
|
||||
.pin-marker.pin-move>.map-pin-marker {
|
||||
transform: scale(0.75);
|
||||
}
|
||||
|
||||
.pin-marker.pin-set>.map-pin-marker>.pin-title-circle {
|
||||
background-color: #009900;
|
||||
}
|
||||
|
||||
.pin-marker.pin-warn>.map-pin-marker>.pin-title-circle {
|
||||
background-color: #e90a0a;
|
||||
}
|
||||
|
||||
.pin-marker.pin-move>.pin-main-shadow {
|
||||
transform: scale(1.35);
|
||||
}
|
||||
|
||||
.leaflet-div-icon {
|
||||
background: transparent !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.map-pin-marker {
|
||||
position: relative;
|
||||
width: 45px;
|
||||
height: 65px;
|
||||
z-index: 10;
|
||||
transform-origin: 22.5px 0;
|
||||
transition: transform 0.2s;
|
||||
}
|
||||
|
||||
.map-pin-marker>.pin-main-circle {
|
||||
position: absolute;
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
left: 0;
|
||||
background-color: rgba(22, 67, 88, 1);
|
||||
border-radius: 50%;
|
||||
z-index: 12;
|
||||
}
|
||||
|
||||
.map-pin-marker>.pin-white-circle {
|
||||
position: absolute;
|
||||
width: 39px;
|
||||
height: 39px;
|
||||
left: 3px;
|
||||
top: 3px;
|
||||
background-color: #ffffff;
|
||||
border-radius: 50%;
|
||||
z-index: 13;
|
||||
}
|
||||
|
||||
.map-pin-marker>.pin-title-circle {
|
||||
position: absolute;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
left: 5px;
|
||||
top: 5px;
|
||||
background-color: rgba(22, 67, 88, 1);
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 14;
|
||||
transition: background-color 0.3s;
|
||||
}
|
||||
|
||||
.map-pin-marker>.pin-title-circle>.title-circle-text {
|
||||
line-height: 1;
|
||||
font-size: 10px;
|
||||
color: #ffffff;
|
||||
font-weight: 600;
|
||||
z-index: 15;
|
||||
}
|
||||
|
||||
.map-pin-marker>.pin-main-line {
|
||||
position: absolute;
|
||||
width: 5px;
|
||||
height: 25px;
|
||||
z-index: 11;
|
||||
background-color: #000000;
|
||||
top: 40px;
|
||||
left: 20px;
|
||||
border-bottom-right-radius: 5px;
|
||||
border-bottom-left-radius: 5px;
|
||||
}
|
||||
|
||||
.pin-marker>.pin-main-shadow {
|
||||
position: absolute;
|
||||
width: 11px;
|
||||
height: 11px;
|
||||
left: 17px;
|
||||
top: 58px;
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 10;
|
||||
transition: transform 0.2s;
|
||||
}
|
||||
|
||||
.pin-marker>.pin-main-shadow>.shadow-dot {
|
||||
position: relative;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
background-color: #000000;
|
||||
border-radius: 50%;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
input[data-mask] {
|
||||
direction: ltr;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.validity-checker {
|
||||
border-color: #dc3545 !important;
|
||||
box-shadow: 0 0 10px #f1507f !important;
|
||||
}
|
||||
|
||||
.validity-checker-table {
|
||||
box-shadow: 0 0 10px #858585 !important;
|
||||
}
|
||||
|
||||
.input-map-register-pos {
|
||||
color: #009900;
|
||||
}
|
||||
|
||||
.map-latlng-input-row {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
z-index: 1000;
|
||||
width: 240px;
|
||||
left: 20px;
|
||||
background: #9990899e;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.show-font {
|
||||
font-size: 17px;
|
||||
color: #000000;
|
||||
}
|
||||
.description-text {
|
||||
line-height: 25px !important;
|
||||
}
|
||||
|
||||
.map-show-box {
|
||||
width: 100%;
|
||||
height: 329px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.map-parent-border {
|
||||
width: 100%;
|
||||
height: 329px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#map_show {
|
||||
position: absolute;
|
||||
border-radius: 5px;
|
||||
left: 2px;
|
||||
right: 2px;
|
||||
top: 2px;
|
||||
bottom: 2px;
|
||||
}
|
||||
|
||||
#add_map {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
border-radius: 5px;
|
||||
}
|
||||
/* end map styles */
|
||||
|
||||
/* image box styles */
|
||||
.imgbox {
|
||||
border: 1px solid #ccc;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
cursor: pointer;
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
padding: 30px;
|
||||
margin: 0;
|
||||
color: #666;
|
||||
font-size: 12px;
|
||||
padding: 4px;
|
||||
}
|
||||
.btn-delete-img {
|
||||
border-top-left-radius: 0px;
|
||||
border-top-right-radius: 0px;
|
||||
}
|
||||
.img-preview {
|
||||
max-width: 100%;
|
||||
}
|
||||
/* end image box styles */
|
||||
.date-direction {
|
||||
direction: ltr;
|
||||
}
|
||||
#show_image {
|
||||
max-width: 500px;
|
||||
max-height: 500px;
|
||||
}
|
||||
.parent-excel {
|
||||
width: 223px;
|
||||
min-height: 200px;
|
||||
background-color: white;
|
||||
border-radius: 5px;
|
||||
display: none;
|
||||
position: absolute;
|
||||
z-index: 9;
|
||||
left: 30px;
|
||||
box-shadow: 0 0 3px;
|
||||
top: 240px;
|
||||
padding: 8px;
|
||||
}
|
||||
.parent-excel::-webkit-scrollbar {
|
||||
background-color: rgb(178, 178, 178);
|
||||
border-radius: 10px;
|
||||
border: 4px solid rgb(128, 128, 128);
|
||||
}
|
||||
.parent-excel::-webkit-scrollbar-thumb {
|
||||
border-radius: 10px;
|
||||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
||||
background-color: rgb(128, 128, 128);
|
||||
}
|
||||
.parent-filter {
|
||||
width: 223px;
|
||||
min-height: 200px;
|
||||
background-color: white;
|
||||
border-radius: 5px;
|
||||
display: none;
|
||||
position: absolute;
|
||||
z-index: 9;
|
||||
left: 70px;
|
||||
box-shadow: 0 0 3px;
|
||||
top: 240px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.parent-filter::-webkit-scrollbar {
|
||||
background-color: rgb(178, 178, 178);
|
||||
border-radius: 10px;
|
||||
border: 4px solid rgb(128, 128, 128);
|
||||
}
|
||||
|
||||
.parent-filter::-webkit-scrollbar-thumb {
|
||||
border-radius: 10px;
|
||||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
||||
background-color: rgb(128, 128, 128);
|
||||
}
|
||||
.btn-set-filter {
|
||||
background-color: rgb(43, 125, 43);
|
||||
border: 0;
|
||||
margin-bottom: 5px;
|
||||
border-radius: 5px;
|
||||
font-size: 12px;
|
||||
color: white;
|
||||
}
|
||||
.img-input:disabled .imgbox {
|
||||
cursor: no-drop !important;
|
||||
}
|
||||
.counter-parent {
|
||||
position: relative;
|
||||
}
|
||||
.header-counter {
|
||||
font-weight: 500;
|
||||
font-size: 25px;
|
||||
display: flex;
|
||||
letter-spacing: 2;
|
||||
background: #015688;
|
||||
color: #fff;
|
||||
padding: 0px 15px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.header-counter::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 200px;
|
||||
height: 3px;
|
||||
top: 4px;
|
||||
right: -1px;
|
||||
border-radius: 10px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.header-counter::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 200px;
|
||||
height: 3px;
|
||||
bottom: 4px;
|
||||
right: -1px;
|
||||
border-radius: 10px;
|
||||
background-color: #fff;
|
||||
}
|
||||
@@ -1,41 +0,0 @@
|
||||
.modal_image_box_title{
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
}
|
||||
.modal_image_box{
|
||||
width: 100%;
|
||||
height: 300px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.modal_image_box img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
#filter_box{
|
||||
display: none;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
background-color: #fff;
|
||||
z-index: 5000;
|
||||
width: 470px;
|
||||
box-shadow: 0 0 8px 2px rgb(0 0 0 / 26%);
|
||||
border-radius: 2px;
|
||||
padding: 12px;
|
||||
flex-direction: column;
|
||||
}
|
||||
#filter_box .form-group{
|
||||
margin-bottom: 0.5rem
|
||||
}
|
||||
#filter_box label {
|
||||
font-size: 12px;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
div.dataTables_wrapper {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user