120 lines
2.2 KiB
SCSS
120 lines
2.2 KiB
SCSS
.user-dashboard {
|
|
&.post-receipt {
|
|
.receipt {
|
|
border: 1px solid rgba(#000, 0.5);
|
|
|
|
.receipt-head {
|
|
background-color: rgba(#c0c4d1, 1);
|
|
text-align: center;
|
|
position: relative;
|
|
|
|
svg {
|
|
width: 100px;
|
|
display: block;
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 15px;
|
|
@include transform(translateY(-50%));
|
|
|
|
@media (max-width: 992px) {
|
|
display: none;
|
|
}
|
|
|
|
path,
|
|
rect {
|
|
fill: #707070;
|
|
}
|
|
}
|
|
|
|
p {
|
|
font-size: 16px;
|
|
font-family: 'iranYekanB';
|
|
padding: 15px;
|
|
color: #000;
|
|
}
|
|
}
|
|
|
|
.receipt-body {
|
|
.form_3 {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
border: none;
|
|
|
|
.formRow {
|
|
flex-basis: 50%;
|
|
}
|
|
|
|
.title {
|
|
background: transparent;
|
|
padding: 0;
|
|
flex-basis: 97.5%;
|
|
|
|
p {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.receipt-code {
|
|
margin-bottom: 50px;
|
|
|
|
hr {
|
|
width: 50%;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
p {
|
|
padding: 20px;
|
|
background-color: rgba(#e0e6ed, 1);
|
|
width: 100%;
|
|
max-width: 500px;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
|
|
span {
|
|
font-size: 20px;
|
|
font-family: 'iranYekanB', sans-serif;
|
|
font-weight: bold;
|
|
color: #000;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.print-btn {
|
|
text-align: left;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.box-face-receipt,
|
|
.box-inner-receipt {
|
|
margin-top: 100px;
|
|
|
|
.title {
|
|
width: 95%;
|
|
margin-top: 30px;
|
|
margin-bottom: 30px;
|
|
padding: 10px;
|
|
background: #e0e6ed;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
|
|
p {
|
|
font-family: 'iranYekanB';
|
|
font-weight: bold;
|
|
color: #000;
|
|
}
|
|
}
|
|
}
|
|
|
|
.box-inner-receipt {
|
|
.logo-side {
|
|
@media (max-width: 992px) {
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|