removed attachment link
gitea/salix/1466-print_refactor There was a failure building this commit
Details
gitea/salix/1466-print_refactor There was a failure building this commit
Details
This commit is contained in:
parent
5705c37f92
commit
1a15ed7d50
|
@ -3,6 +3,5 @@ const Stylesheet = require(`${appPath}/core/stylesheet`);
|
||||||
module.exports = new Stylesheet([
|
module.exports = new Stylesheet([
|
||||||
`${appPath}/common/css/layout.css`,
|
`${appPath}/common/css/layout.css`,
|
||||||
`${appPath}/common/css/email.css`,
|
`${appPath}/common/css/email.css`,
|
||||||
`${appPath}/common/css/misc.css`,
|
`${appPath}/common/css/misc.css`])
|
||||||
`${__dirname}/style.css`])
|
|
||||||
.mergeStyles();
|
.mergeStyles();
|
||||||
|
|
|
@ -1,59 +0,0 @@
|
||||||
@media (max-width: 400px) {
|
|
||||||
.buttons a {
|
|
||||||
display: block;
|
|
||||||
width: 100%
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.buttons {
|
|
||||||
width: 100%
|
|
||||||
}
|
|
||||||
|
|
||||||
.buttons a {
|
|
||||||
display: inline-block;
|
|
||||||
box-sizing: border-box;
|
|
||||||
text-decoration: none;
|
|
||||||
font-size: 16px;
|
|
||||||
color: #fff;
|
|
||||||
width: 50%
|
|
||||||
}
|
|
||||||
|
|
||||||
.buttons .btn {
|
|
||||||
background-color: #333;
|
|
||||||
text-align: center
|
|
||||||
}
|
|
||||||
|
|
||||||
.buttons .btn .text {
|
|
||||||
display: inline-block;
|
|
||||||
padding: 22px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.buttons .btn .icon {
|
|
||||||
background-color: #95d831;
|
|
||||||
box-sizing: border-box;
|
|
||||||
text-align: center;
|
|
||||||
padding: 16.5px 0;
|
|
||||||
float: right;
|
|
||||||
width: 70px
|
|
||||||
}
|
|
||||||
|
|
||||||
.networks {
|
|
||||||
background-color: #555;
|
|
||||||
text-align: center;
|
|
||||||
padding: 20px 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.networks a {
|
|
||||||
text-decoration: none;
|
|
||||||
margin-right: 5px
|
|
||||||
}
|
|
||||||
|
|
||||||
.networks a img {
|
|
||||||
margin: 0
|
|
||||||
}
|
|
||||||
|
|
||||||
.privacy {
|
|
||||||
padding: 20px 0;
|
|
||||||
font-size: 10px;
|
|
||||||
font-weight: 100
|
|
||||||
}
|
|
|
@ -1,10 +1,3 @@
|
||||||
@media (max-width: 400px) {
|
|
||||||
.buttons a {
|
|
||||||
display: block;
|
|
||||||
width: 100%
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
width: 100%
|
width: 100%
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,12 +21,6 @@
|
||||||
<p>{{$t('dearClient')}},</p>
|
<p>{{$t('dearClient')}},</p>
|
||||||
<p v-html="$t('clientData')"></p>
|
<p v-html="$t('clientData')"></p>
|
||||||
<p v-html="$t('help')"></p>
|
<p v-html="$t('help')"></p>
|
||||||
|
|
||||||
<section>
|
|
||||||
|
|
||||||
<a href="/api/report/delivery-note?userId=106&ticketId=11" target="_blank">Ver PDF</a>
|
|
||||||
|
|
||||||
</section>
|
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer component -->
|
<!-- Footer component -->
|
||||||
<email-footer
|
<email-footer
|
||||||
|
|
Loading…
Reference in New Issue