feat: add ci cd files dont edit those files

This commit is contained in:
mahyargdz
2024-10-21 10:22:26 +03:30
commit fb5b440d42
321 changed files with 188273 additions and 0 deletions
+80
View File
@@ -0,0 +1,80 @@
.ck-content {
width: 100%;
direction: rtl;
text-align: right;
&:lang(en) {
direction: ltr;
text-align: left;
}
a {
display: inline-block;
color: blue;
}
p{
font-family: 'dubaiL', sans-serif;
}
p, a, span, b, ul, li, em, h1, h2, h3, h4, h5, h6, strong {
font-family: inherit, sans-serif;
direction: unset;
text-align: unset;
&:lang(en) {
font-family: inherit;
direction: unset;
text-align: unset;
}
&[dir="ltr"] {
direction: ltr;
text-align: left;
p, a, span, b, ul, li, em, h1, h2, h3, h4, h5, h6, strong {
direction: ltr;
text-align: left;
}
}
&[dir="rtl"] {
direction: rtl;
text-align: right;
p, a, span, b, ul, li, em, h1, h2, h3, h4, h5, h6, strong {
direction: rtl;
text-align: right;
}
}
}
p {
line-height: 1.6em;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.3em;
}
li {
margin-bottom: 15px;
line-height: 1.6em;
font-family: 'dubaiM', sans-serif;
}
ol {
list-style: decimal;
list-style-position: inside;
}
ul {
list-style: disc;
list-style-position: inside;
}
img {
max-width: 100%!important;
}
}
+139
View File
@@ -0,0 +1,139 @@
//////////////////////////////////////////////////////////////////////////////////////////////////////// element ui rtl fix
html:lang(fa) {
// .el-tag {
/*margin-bottom: 10px!important;*/
// }
.text-area {
textarea {
height: 100px;
}
}
.el-popup-parent--hidden {
padding-right: 0 !important;
}
.el-tag .el-icon-close {
right: auto !important;
left: -5px !important;
}
.el-table .el-table__body-wrapper .el-table__row .is-left {
text-align: left !important;
}
.wrapper {
min-height: 100vh;
}
.el-form-item__label {
float: right !important;
text-align: right !important;
}
.el-form-item__content {
margin-left: 0 !important;
margin-right: 120px !important;
}
@media (max-width: 768px) {
.el-form-item__content {
margin-left: 0 !important;
margin-right: 0 !important;
}
}
.secondTitle {
margin-top: 50px;
}
.el-upload__input {
display: none !important;
}
.el-message-box__title, .el-message-box__message {
direction: rtl !important;
text-align: right !important;
}
.el-message-box__message {
padding-left: 12px !important;
padding-right: 36px !important;
}
.el-message-box__btns {
text-align: left !important;
}
.el-message-box__headerbtn {
right: auto !important;
left: 15px !important;
}
.el-message-box__btns button:nth-child(2) {
margin-left: 0 !important;
margin-right: 10px !important;
}
.el-message-box__status {
right: 0 !important;
}
.el-table td, .el-table th {
text-align: right !important;
}
.el-upload__input {
display: none !important;
}
.el-checkbox__label {
padding-left: 0 !important;
padding-right: 10px !important;
}
.el-message__icon {
margin-right: 0 !important;
margin-left: 10px !important;
}
.sidebar-subnav {
background: rgba(0, 0, 0, 0.05) !important;
}
.sidebar > .nav > li {
border-bottom: 1px solid #eee !important;
}
.brand-logo p {
margin-top: 6px !important;
}
.brand-logo-collapsed svg {
fill: #fff !important;
}
.nav-floating {
background: #fff !important;
}
.el-dialog__headerbtn {
right: auto !important;
left: 20px !important;
}
.el-radio__label {
padding-right: 10px !important;
}
.el-scrollbar__wrap {
margin-right: 0 !important;
margin-left: -17px !important;
}
.el-upload-list--picture-card .el-upload-list__item-actions span + span{
margin-left: 0;
}
}
+31
View File
@@ -0,0 +1,31 @@
%defaultTransition {
@include transition(0.3s);
}
%userSelect {
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
%appearance {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
%defaultBoxShadow {
@include boxShadow(0 5px 8px rgba(0, 0, 0, 0.2))
}
%formStyles {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
direction: rtl;
font-family: 'sahel';
border: 1px solid transparent;
background: #fff;
@include borderRadius(2px);
}
+42
View File
@@ -0,0 +1,42 @@
////////////////////////////////////////// dubai
// dubai-regular
@font-face {
font-family: 'dubaiR';
src: url('../fonts/dubai-font-webfonts/regular/Dubai-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/dubai-font-webfonts/regular/Dubai-Regular.woff') format('woff'),
url('../fonts/dubai-font-webfonts/regular/Dubai-Regular.ttf') format('truetype');
}
// dubai-light
@font-face {
font-family: 'dubaiL';
src: url('../fonts/dubai-font-webfonts/light/Dubai-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/dubai-font-webfonts/light/Dubai-Light.woff') format('woff'),
url('../fonts/dubai-font-webfonts/light/Dubai-Light.ttf') format('truetype');
}
// dubai-medium
@font-face {
font-family: 'dubaiM';
src: url('../fonts/dubai-font-webfonts/medium/Dubai-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/dubai-font-webfonts/medium/Dubai-Medium.woff') format('woff'),
url('../fonts/dubai-font-webfonts/medium/Dubai-Medium.ttf') format('truetype');
}
// dubai-bold
@font-face {
font-family: 'dubaiB';
src: url('../fonts/dubai-font-webfonts/bold/Dubai-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/dubai-font-webfonts/bold/Dubai-Bold.woff') format('woff'),
url('../fonts/dubai-font-webfonts/bold/Dubai-Bold.ttf') format('truetype');
}
//////////////iran-sans
@font-face {
font-family: 'sansNum';
src: url('../fonts/IRANSansFaNum.ttf') format('truetype');
}
File diff suppressed because it is too large Load Diff
+44
View File
@@ -0,0 +1,44 @@
@mixin transform($p...) {
transform: $p;
-webkit-transform: $p;
-moz-transform: $p;
-ms-transform: $p;
-o-transform: $p;
}
@mixin transition($p...) {
transition: $p;
-webkit-transition: $p;
-moz-transition: $p;
-ms-transition: $p;
-o-transition: $p;
}
@mixin boxSizing($p) {
box-sizing: $p;
-webkit-box-sizing: $p;
-moz-box-sizing: $p;
}
@mixin filter($p...) {
filter: $p;
-ms-filter: $p;
}
@mixin boxShadow($p) {
box-shadow: $p;
-webkit-box-shadow: $p;
-moz-box-shadow: $p;
}
@mixin borderRadius($p) {
border-radius: $p;
-webkit-border-radius: $p;
-moz-border-radius: $p;
}
@mixin animation($p) {
animation: $p;
-webkit-animation: $p;
-o-animation: $p;
}
File diff suppressed because it is too large Load Diff
+226
View File
@@ -0,0 +1,226 @@
body {
-webkit-print-color-adjust: exact !important;
}
@page {
size: landscape !important;
}
#box-face-receipt {
padding: 20px;
.receipt-body {
border: 1px solid rgba(#000, 1);
padding: 15px;
.infoRow {
margin-bottom: 15px;
}
.topLeft {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background: rgba(0, 0, 0, 0.05);
padding: 10px;
flex-basis: 300px;
b {
}
&:first-child {
margin-bottom: 5px;
}
}
h2 {
margin-bottom: 20px;
}
b, span {
display: inline-block;
}
b {
margin-left: 5px;
}
.senderInfo {
}
.receiverInfo {
.topLeft {
background: transparent;
justify-content: flex-end;
align-items: flex-start;
svg {
width: 200px;
path, rect {
fill: #000;
}
}
}
}
}
}
#box-inner-receipt {
padding: 20px;
.receipt-body {
border: 1px solid rgba(#000, 1);
padding: 15px;
.topBar {
margin-bottom: 30px;
svg {
width: 200px;
path, rect {
fill: #000;
}
}
}
.topLeft {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background: rgba(0, 0, 0, 0.05);
padding: 10px;
flex-basis: 300px;
&:first-child {
margin-left: 5px;
}
}
.stuff-list {
margin-bottom: 30px !important;
@media print {
.notice {
display: none;
}
}
table {
width: 100% !important;
thead {
tr {
background: rgba(0, 0, 0, 0.7) !important;
color: #fff !important;
}
}
tr {
background-color: #E0E6ED !important;
&.odd {
background-color: #8A92A9 !important;
}
td, th {
padding: 10px !important;
text-align: center !important;
}
}
}
}
}
}
#factor-layout {
border: 1px dashed #000;
padding: 10px;
margin-bottom: 30px;
span, p {
font-family: 'iranYekanR', sans-serif;
color: #000;
}
.pageHeader {
margin-bottom: 10px;
.row1 {
h2 {
text-align: center;
font-family: 'iranYekanB';
font-weight: bold;
}
}
.row2 {
display: flex;
flex-direction: column;
align-items: flex-end;
p {
width: 200px;
text-align: right;
}
}
}
.factor {
width: 100%;
border: 1px solid #000;
.factorInfo {
display: flex;
flex-direction: column;
padding: 10px;
p {
text-align: right;
padding: 10px 0;
color: #000;
}
.row1 {
display: flex;
flex-direction: row;
justify-content: center;
p {
flex-basis: 33.33%;
}
}
}
table {
width: 100%;
thead {
tr {
th {
background: rgba(#000, 0.1);
text-align: center;
border: 1px solid #000;
padding: 5px;
}
}
}
tbody {
tr {
td, th {
text-align: center;
border: 1px solid #000;
padding: 5px;
}
}
}
}
}
}
+22
View File
@@ -0,0 +1,22 @@
////// colors
$theme: #222F3A;
$themeReverse: #fff;
$red: #CC0000;
$red1: #903030;
$themeFooter: "#111111";
$themeTxtColor: lightgreen;
$offCanvasColor: #F7F6F6;
$yearBannerHeight: 180px;
$headerNavLinksHeight: 40px;
$sectionBg: #F4F4F4;
$gray: #e2e6ea;
$gray1: #212529;
$border: #ced4da;
//------------------------------Font Size
$h1: 38px;
$h2: 28px;
$h3: 24px;
$h4: 22px;
$h5: 20px;
$h6: 18px;
+12
View File
@@ -0,0 +1,12 @@
@import "variables";
@import "mixins";
@import "extentions";
@import "fonts";
@import "globalStyles";
@import "pages";
@import "CKEditorStyle";
@import "el_ui_rtl";
@import "printStyles";