|
|
@ -1,30 +1,30 @@ |
|
|
|
/* TODO common styles */ |
|
|
|
/* TODO common styles */ |
|
|
|
.swal2-container.swal2-center > .swal2-popup { |
|
|
|
.swal2-container.swal2-center > .swal2-popup { |
|
|
|
border: solid 2px #707070; |
|
|
|
border: solid 2px #707070 !important; |
|
|
|
padding: 10px; |
|
|
|
padding: 10px !important; |
|
|
|
} |
|
|
|
} |
|
|
|
/* ? کلاس تمامی تایتل ها */ |
|
|
|
/* ? کلاس تمامی تایتل ها */ |
|
|
|
.swal2-title { |
|
|
|
.swal2-title { |
|
|
|
text-align: right; |
|
|
|
text-align: right !important; |
|
|
|
font-size: 26px; |
|
|
|
font-size: 26px !important; |
|
|
|
} |
|
|
|
} |
|
|
|
/* ? کلاس متن داخل الرت باکس */ |
|
|
|
/* ? کلاس متن داخل الرت باکس */ |
|
|
|
.swal2-html-container { |
|
|
|
.swal2-html-container { |
|
|
|
text-align: justify; |
|
|
|
text-align: justify !important; |
|
|
|
line-height: 1.8; |
|
|
|
line-height: 1.8 !important; |
|
|
|
color: var(--content-color) !important; |
|
|
|
color: var(--content-color) !important; |
|
|
|
font-weight: 600; |
|
|
|
font-weight: 600 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
/* ? کلاس ایکن کنسل یا ضربدر بالا سمت چپ الرت باکس */ |
|
|
|
/* ? کلاس ایکن کنسل یا ضربدر بالا سمت چپ الرت باکس */ |
|
|
|
.swal2-rtl .swal2-close { |
|
|
|
.swal2-rtl .swal2-close { |
|
|
|
border-radius: 10px; |
|
|
|
border-radius: 10px !important; |
|
|
|
margin-left: 10px; |
|
|
|
margin-left: 10px !important; |
|
|
|
margin-top: 13px; |
|
|
|
margin-top: 13px !important; |
|
|
|
transition: all 0.4s; |
|
|
|
transition: all 0.4s !important; |
|
|
|
} |
|
|
|
} |
|
|
|
/* ? کلاس کانفرم باتن */ |
|
|
|
/* ? کلاس کانفرم باتن */ |
|
|
|
.swal2-styled.swal2-confirm { |
|
|
|
.swal2-styled.swal2-confirm { |
|
|
|
transition: all 0.4s; |
|
|
|
transition: all 0.4s !important; |
|
|
|
outline: none !important; |
|
|
|
outline: none !important; |
|
|
|
} |
|
|
|
} |
|
|
|
/* ? کلاس هاور کانفرم باتن */ |
|
|
|
/* ? کلاس هاور کانفرم باتن */ |
|
|
@ -33,7 +33,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
/* ? کلاس کنسل باتن */ |
|
|
|
/* ? کلاس کنسل باتن */ |
|
|
|
.swal2-styled.swal2-cancel { |
|
|
|
.swal2-styled.swal2-cancel { |
|
|
|
transition: all 0.4s; |
|
|
|
transition: all 0.4s !important; |
|
|
|
} |
|
|
|
} |
|
|
|
/* ? کلاس هاور کنسل باتن */ |
|
|
|
/* ? کلاس هاور کنسل باتن */ |
|
|
|
.swal2-styled.swal2-cancel:hover { |
|
|
|
.swal2-styled.swal2-cancel:hover { |
|
|
@ -41,8 +41,8 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
/* ? ایکن اررور */ |
|
|
|
/* ? ایکن اررور */ |
|
|
|
.swal2-icon.swal2-error { |
|
|
|
.swal2-icon.swal2-error { |
|
|
|
border-color: #e92424; |
|
|
|
border-color: var(--error-color7-button) !important; |
|
|
|
color: #e92424; |
|
|
|
color: var(--error-color7-button) !important; |
|
|
|
} |
|
|
|
} |
|
|
|
/* !error 1 */ |
|
|
|
/* !error 1 */ |
|
|
|
/* به اررور های ابی رنگ کلاس هایی دادم که اخرش با 1 تمام میشود */ |
|
|
|
/* به اررور های ابی رنگ کلاس هایی دادم که اخرش با 1 تمام میشود */ |
|
|
@ -55,7 +55,7 @@ |
|
|
|
.eroorr:focus { |
|
|
|
.eroorr:focus { |
|
|
|
outline: none !important; |
|
|
|
outline: none !important; |
|
|
|
box-shadow: 0px 0px 0px black !important; |
|
|
|
box-shadow: 0px 0px 0px black !important; |
|
|
|
border: 0px; |
|
|
|
border: 0px !important; |
|
|
|
} |
|
|
|
} |
|
|
|
/* ? دکمه ضربدر بالا سمت چپ */ |
|
|
|
/* ? دکمه ضربدر بالا سمت چپ */ |
|
|
|
.close-button-1 { |
|
|
|
.close-button-1 { |
|
|
@ -137,15 +137,15 @@ |
|
|
|
color: var(--error-color2) !important; |
|
|
|
color: var(--error-color2) !important; |
|
|
|
} |
|
|
|
} |
|
|
|
.alert-popup4 { |
|
|
|
.alert-popup4 { |
|
|
|
width: 440px; |
|
|
|
width: 440px !important; |
|
|
|
} |
|
|
|
} |
|
|
|
/* !error5 */ |
|
|
|
/* !error5 */ |
|
|
|
/* ? کانفرم باتن */ |
|
|
|
/* ? کانفرم باتن */ |
|
|
|
.confirm-button-5 { |
|
|
|
.confirm-button-5 { |
|
|
|
background-color: var(--error-color2) !important; |
|
|
|
background-color: var(--error-color2) !important; |
|
|
|
margin-top: -81px; |
|
|
|
margin-top: -81px !important; |
|
|
|
margin-left: -260px; |
|
|
|
margin-left: -260px !important; |
|
|
|
padding: 12px 15px; |
|
|
|
padding: 12px 15px !important; |
|
|
|
border-top-right-radius: 0px !important; |
|
|
|
border-top-right-radius: 0px !important; |
|
|
|
border-bottom-right-radius: 0px !important; |
|
|
|
border-bottom-right-radius: 0px !important; |
|
|
|
} |
|
|
|
} |
|
|
@ -211,7 +211,7 @@ |
|
|
|
text-align: center !important; |
|
|
|
text-align: center !important; |
|
|
|
} |
|
|
|
} |
|
|
|
.alert-popup8 { |
|
|
|
.alert-popup8 { |
|
|
|
width: 440px; |
|
|
|
width: 440px !important; |
|
|
|
} |
|
|
|
} |
|
|
|
/* !error9 */ |
|
|
|
/* !error9 */ |
|
|
|
.title-error-9 { |
|
|
|
.title-error-9 { |
|
|
|