inital commit
This commit is contained in:
342
public/dist/css/proposals/proposal.css
vendored
Normal file
342
public/dist/css/proposals/proposal.css
vendored
Normal file
@@ -0,0 +1,342 @@
|
||||
input[type=number]{
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
input[type=number]::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
input[data-mask]{
|
||||
direction: ltr;
|
||||
text-align: center;
|
||||
}
|
||||
input[data-mask]::placeholder{
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
textarea{
|
||||
resize: none;
|
||||
}
|
||||
|
||||
.body-table-style{
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.table-project thead tr {
|
||||
font-size: 12px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.add-contract-btn {
|
||||
border: 0;
|
||||
border-radius: 5px;
|
||||
background-color: rgb(43, 125, 43);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.modal-title{
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.fieldsetstyle {
|
||||
border: 2px solid #ff5c0f;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.fieldsetstyle legend {
|
||||
width: auto;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
.form-parents label{
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.form-parents select, .form-parents input, .form-parents textarea {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.input-project-opration-type-unit{
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
text-align: center;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.validity-checker {
|
||||
border-color: #dc3545 !important;
|
||||
box-shadow: 0 0 10px #f1507f !important;
|
||||
}
|
||||
|
||||
.project-map{
|
||||
width: 100%;
|
||||
height: 350px;
|
||||
}
|
||||
|
||||
.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);
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.leaflet-div-icon {
|
||||
background: transparent !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.page-item.active .page-link {
|
||||
color: white !important;
|
||||
background-color: rgb(255, 92, 15) !important;
|
||||
}
|
||||
|
||||
.dt-buttons {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.dataTables_length {
|
||||
float: right;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.dataTables_filter {
|
||||
float: right;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.btn-dataTable {
|
||||
border: 0;
|
||||
background-color: rgba(220, 220, 220, 0);
|
||||
}
|
||||
|
||||
.btn-dataTable i {
|
||||
color: rgb(43, 125, 43);
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.table th, .table td{
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
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: 1px;
|
||||
}
|
||||
|
||||
.line-btn-table{
|
||||
width: 1px;
|
||||
height: 20px;
|
||||
background-color: rgb(255, 92, 15);
|
||||
}
|
||||
|
||||
.parent-excel {
|
||||
width: 223px;
|
||||
min-height: 100px;
|
||||
background-color: white;
|
||||
border-radius: 5px;
|
||||
display: none;
|
||||
position: absolute;
|
||||
z-index: 9;
|
||||
left: 35px;
|
||||
box-shadow: 0 0 3px;
|
||||
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);
|
||||
}
|
||||
|
||||
.btn-set-filter {
|
||||
background-color: rgb(43, 125, 43);
|
||||
border: 0;
|
||||
margin-bottom: 5px;
|
||||
border-radius: 5px;
|
||||
font-size: 12px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
button.dt-button{
|
||||
background-color: white;
|
||||
border: 0;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.icon-color{
|
||||
color: rgb(43, 125, 43);
|
||||
font-size: 19px;
|
||||
}
|
||||
|
||||
.page-item.active .page-link{
|
||||
color: white !important;
|
||||
background-color: rgb(255, 92, 15) !important;
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
.file-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;
|
||||
}
|
||||
|
||||
.file-preview {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
.btn-delete-file {
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
table.dataTable tbody tr.selected {
|
||||
background-color: rgb(47, 125, 50);
|
||||
color: white !important;
|
||||
}
|
||||
.odd-header-row {
|
||||
background-color: #015688;
|
||||
color: #fff;
|
||||
}
|
||||
.even-header-row {
|
||||
background-color: #ff5c0f;
|
||||
}
|
||||
Reference in New Issue
Block a user