split frontend from project and Implement ci/cd
This commit is contained in:
528
public/dist/css/mashinalat.css
vendored
528
public/dist/css/mashinalat.css
vendored
@@ -1,528 +0,0 @@
|
||||
.print {
|
||||
display: none;
|
||||
}
|
||||
.no-print {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.five_td_input {
|
||||
border: none;
|
||||
border-bottom: 1px solid #ff5c0f;
|
||||
background-color: #e1e1e1;
|
||||
height: 24px;
|
||||
font-size: 17px;
|
||||
font-weight: 300;
|
||||
padding: 2px 6px;
|
||||
}
|
||||
|
||||
.personal_num {
|
||||
border: 1px solid #e1e1e1;
|
||||
float: right;
|
||||
border-radius: 4px;
|
||||
height: 30px;
|
||||
margin: 10px;
|
||||
width: 130px;
|
||||
margin-left: 100px;
|
||||
padding: 2px 6px;
|
||||
}
|
||||
|
||||
.personal_num_lab {
|
||||
float: right;
|
||||
margin: 15px;
|
||||
margin-left: 2px;
|
||||
margin-right: 50px;
|
||||
}
|
||||
|
||||
.shasi_num {
|
||||
border: none;
|
||||
float: right;
|
||||
border-radius: 0px;
|
||||
height: 27px;
|
||||
margin: 10px;
|
||||
width: 300px;
|
||||
border-bottom: 1px dotted #505050;
|
||||
padding: 2px 6px;
|
||||
}
|
||||
|
||||
.moshakhasat_modal legend {
|
||||
font-size: 18px;
|
||||
font-weight: 500 !important;
|
||||
color: #000;
|
||||
width: 15%;
|
||||
color: #4962ac;
|
||||
text-align: -webkit-center !important;
|
||||
}
|
||||
|
||||
.vaziat_modal legend {
|
||||
font-size: 18px;
|
||||
font-weight: 500 !important;
|
||||
color: #000;
|
||||
width: 25%;
|
||||
color: #4962ac;
|
||||
text-align: -webkit-center !important;
|
||||
}
|
||||
|
||||
.emzakonandegan_modal legend {
|
||||
font-size: 18px;
|
||||
font-weight: 500 !important;
|
||||
color: #000;
|
||||
width: 12%;
|
||||
color: #4962ac;
|
||||
text-align: -webkit-center !important;
|
||||
}
|
||||
|
||||
.shasi_num_lab {
|
||||
float: right;
|
||||
margin: 15px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.form-number {
|
||||
border: none;
|
||||
float: right;
|
||||
border-radius: 0px;
|
||||
height: 27px;
|
||||
margin: 10px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.form-number-lab {
|
||||
float: right;
|
||||
margin: 15px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.moshakhasat_modal {
|
||||
border: 2px solid #ff5c0f;
|
||||
display: inline;
|
||||
border-radius: 10px;
|
||||
padding: 10px 20px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.logo-img {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.vaziat_modal {
|
||||
border: 2px solid #ff5c0f;
|
||||
display: inline;
|
||||
border-radius: 10px;
|
||||
padding: 10px 20px;
|
||||
width: 70%;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.emzakonandegan_modal {
|
||||
border: 2px solid #ff5c0f;
|
||||
display: inline;
|
||||
border-radius: 10px;
|
||||
padding: 10px 20px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.margin-for-footer {
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
|
||||
.img-box {
|
||||
border: 1px solid #ccc;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
cursor: pointer;
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.img-preview {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
.btn-delete-img {
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
.emza_nam_nam {
|
||||
margin-bottom: unset;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
@media print {
|
||||
body {
|
||||
zoom: 65%;
|
||||
}
|
||||
.print {
|
||||
display: inherit;
|
||||
}
|
||||
.no-print {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.scale {
|
||||
width: 100% !important;
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
.shasi_num {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.form-number {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.five_td_input {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.vaziat_modal {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.emzakonandegan_modal {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.emzakonandegan_modal legend {
|
||||
width: 12%;
|
||||
}
|
||||
|
||||
.vaziat_modal legend {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.moshakhasat_modal legend {
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
.emza_nam_nam {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.margin-for-footer {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.totalscore {
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.for_all_type th {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
select {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#table-car-form input[type="radio"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#table-car-form input[type="radio"]:checked {
|
||||
display: initial;
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: "IRANSansFaNum";
|
||||
}
|
||||
|
||||
input::-webkit-outer-spin-button,
|
||||
input::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type="number"] {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
.moshakhasat_modal .form_field {
|
||||
border: none;
|
||||
border-bottom: 1px solid #505050;
|
||||
width: 300px;
|
||||
padding: 2px 6px;
|
||||
}
|
||||
|
||||
.form_field_lab {
|
||||
margin-left: 55px;
|
||||
}
|
||||
|
||||
label {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.for_all_type {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
tbody td:last-child {
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.five_td {
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
.ott {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
tbody th {
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
color: #4962ac;
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
tfoot .totaltitr {
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
color: #4962ac;
|
||||
width: 250px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.sharhe_vaziat li {
|
||||
list-style-type: arabic-indic;
|
||||
margin-bottom: 11px;
|
||||
}
|
||||
|
||||
.sharhe_vaziat li ul li {
|
||||
list-style-type: none;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.sharhe_vaziat li ul {
|
||||
float: left;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
ul li ul li input {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
tbody tr .ott {
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1600px) {
|
||||
.vaziat_modal {
|
||||
width: 100%;
|
||||
}
|
||||
.emzakonandegan_modal {
|
||||
width: 100%;
|
||||
}
|
||||
.moshakhasat_modal {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 700px) {
|
||||
.legends {
|
||||
width: 55% !important;
|
||||
}
|
||||
.legends2 {
|
||||
width: 53% !important;
|
||||
}
|
||||
.legends3 {
|
||||
width: 53% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.emza_nam {
|
||||
display: flex;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.emza_nam_input {
|
||||
margin-right: 20px;
|
||||
border: unset;
|
||||
border-bottom: 1px solid #918d8d;
|
||||
width: 25%;
|
||||
margin-left: 50px;
|
||||
padding: 2px 6px;
|
||||
}
|
||||
|
||||
.emza_nam_semat {
|
||||
margin-bottom: unset;
|
||||
}
|
||||
|
||||
.emza_nam_input2 {
|
||||
margin-right: 20px;
|
||||
border: unset;
|
||||
border-bottom: 1px solid #918d8d;
|
||||
width: 25%;
|
||||
padding: 2px 6px;
|
||||
}
|
||||
|
||||
.emza_nam_tarikh {
|
||||
margin-bottom: unset;
|
||||
margin-right: 100px;
|
||||
}
|
||||
|
||||
.shakhes_input {
|
||||
border: none;
|
||||
border-bottom: 1px solid #ff5c0f;
|
||||
background-color: #e1e1e1;
|
||||
height: 24px;
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
padding: 2px 6px;
|
||||
}
|
||||
|
||||
.icon-btn-table {
|
||||
color: rgb(43, 125, 43);
|
||||
}
|
||||
|
||||
.totalscore {
|
||||
font-size: 24px;
|
||||
}
|
||||
a.btn-dataTable {
|
||||
padding: 0px 6px;
|
||||
}
|
||||
|
||||
.loader {
|
||||
display: inline-block;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
position: relative;
|
||||
border: 4px solid #ff5c0f;
|
||||
top: 0;
|
||||
animation: loader 2s infinite ease;
|
||||
}
|
||||
|
||||
.loader-inner {
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
animation: loader-inner 2s infinite ease-in;
|
||||
}
|
||||
|
||||
#map,
|
||||
#map_time {
|
||||
width: 100%;
|
||||
height: 50vh !important;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.navbar-nav .dropdown-menu {
|
||||
position: absolute !important;
|
||||
}
|
||||
|
||||
@keyframes loader {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
25% {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
50% {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
75% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes loader-inner {
|
||||
0% {
|
||||
height: 0%;
|
||||
}
|
||||
25% {
|
||||
height: 0%;
|
||||
}
|
||||
50% {
|
||||
height: 100%;
|
||||
}
|
||||
75% {
|
||||
height: 100%;
|
||||
}
|
||||
100% {
|
||||
height: 0%;
|
||||
}
|
||||
}
|
||||
|
||||
.divloader {
|
||||
display: none;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
z-index: 3000;
|
||||
}
|
||||
.search {
|
||||
background-color: rgb(43, 125, 43);
|
||||
color: #ffffff;
|
||||
}
|
||||
.spanstyle {
|
||||
font-size: 16px;
|
||||
color: rgb(255, 92, 15);
|
||||
}
|
||||
.popup .popupTitle {
|
||||
border-bottom: 1px solid #afafaf;
|
||||
margin: 5px 0;
|
||||
flex-flow: row;
|
||||
display: flex;
|
||||
direction: rtl;
|
||||
flex-direction: row !important;
|
||||
/* flex-wrap: nowrap; */
|
||||
}
|
||||
.popup .popupTitle .popupHeader {
|
||||
font-size: 12px;
|
||||
color: #0051cd;
|
||||
white-space: nowrap;
|
||||
padding: 5px 0;
|
||||
}
|
||||
.popupHeaderContent {
|
||||
text-align: justify;
|
||||
display: inline;
|
||||
}
|
||||
.popupContent {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
direction: rtl;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
margin: 0;
|
||||
}
|
||||
.header-popupcontent-allpoints {
|
||||
color: #007bff;
|
||||
text-align: center;
|
||||
font-weight: 700;
|
||||
font-size: 9px;
|
||||
font-family: IRANSansFaNum, sans-serif;
|
||||
border-bottom: 1px solid #ff5c0f;
|
||||
padding: 5px 0;
|
||||
}
|
||||
.popUpBox {
|
||||
text-align: center;
|
||||
}
|
||||
.customPopupStyle .leaflet-popup-content-wrapper {
|
||||
width: 315px !important;
|
||||
}
|
||||
.popUpBoxContent {
|
||||
font-size: 10px;
|
||||
font-weight: 500;
|
||||
margin: 10px;
|
||||
font-family: "IRANSansFaNum", sans-serif;
|
||||
}
|
||||
Reference in New Issue
Block a user