97 lines
2.1 KiB
CSS
97 lines
2.1 KiB
CSS
.customPopupStyle .popup {
|
|
width: 276px;
|
|
}
|
|
.popup .popupTitle {
|
|
border-bottom: 1px solid #afafaf;
|
|
margin: 5px 0;
|
|
display: flex;
|
|
direction: rtl;
|
|
/* flex-wrap: nowrap; */
|
|
}
|
|
.popupHeaderContent {
|
|
text-align: justify;
|
|
display: inline;
|
|
}
|
|
.popupHeaderContent > .popUpBanner {
|
|
margin: 5px;
|
|
font-size: 11px;
|
|
}
|
|
.popupContent {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
direction: rtl;
|
|
width: 100%;
|
|
}
|
|
.popupContent .popUpBoxlevel {
|
|
width: 33%;
|
|
width: 50px;
|
|
height: auto;
|
|
margin: 5px;
|
|
padding: 2%;
|
|
border-radius: 5px;
|
|
text-align: center;
|
|
box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
|
|
}
|
|
.customPopupStyle .popupContent .popUpBoxlevel {
|
|
width: 82px !important;
|
|
}
|
|
.popupContent .popUpBoxlevel span {
|
|
color: #0051cd;
|
|
display: block;
|
|
font-size: 7px;
|
|
}
|
|
.popUpBoxContent {
|
|
font-size: 10px;
|
|
font-weight: 500;
|
|
margin-top: 8px;
|
|
}
|
|
.popUpBoxContent {
|
|
font-family: "IRANSansFaNum", sans-serif;
|
|
}
|
|
.popupContent .popUpBoxlevel {
|
|
width: 33%;
|
|
width: 50px;
|
|
height: auto;
|
|
margin: 5px;
|
|
padding: 2%;
|
|
border-radius: 5px;
|
|
text-align: center;
|
|
box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
|
|
}
|
|
.customPopupStyle .popupContent .popUpBoxlevel {
|
|
width: 82px !important;
|
|
}
|
|
.navbar-nav {
|
|
padding-bottom: 10px;
|
|
}
|
|
.popupContent-button {
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
direction: rtl;
|
|
width: 100%;
|
|
margin: 5px 0;
|
|
}
|
|
.popupContent-button > .popup-btn-edit-point {
|
|
font-size: 11px;
|
|
width: 100%;
|
|
border: 0;
|
|
padding: 8px 12px;
|
|
margin: 0 5px;
|
|
border-radius: 5px;
|
|
box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
|
|
background-color: #0051cd;
|
|
color: #fff;
|
|
font-weight: 500;
|
|
}
|
|
.navbar-sp {
|
|
color: #ffffff !important;
|
|
font-size: 10px;
|
|
margin-top: 15px;
|
|
}
|
|
.modal-title {
|
|
font-size: 15px !important;
|
|
}
|
|
label:not(.form-check-label):not(.custom-file-label) {
|
|
font-weight: 500 !important;
|
|
font-size: 12px !important;
|
|
} |