removed attachment link
gitea/salix/1466-print_refactor There was a failure building this commit Details

This commit is contained in:
Joan Sanchez 2019-11-08 07:21:14 +01:00
parent 5705c37f92
commit 1a15ed7d50
4 changed files with 1 additions and 74 deletions

View File

@ -3,6 +3,5 @@ const Stylesheet = require(`${appPath}/core/stylesheet`);
module.exports = new Stylesheet([
`${appPath}/common/css/layout.css`,
`${appPath}/common/css/email.css`,
`${appPath}/common/css/misc.css`,
`${__dirname}/style.css`])
`${appPath}/common/css/misc.css`])
.mergeStyles();

View File

@ -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
}

View File

@ -1,10 +1,3 @@
@media (max-width: 400px) {
.buttons a {
display: block;
width: 100%
}
}
.buttons {
width: 100%
}

View File

@ -21,12 +21,6 @@
<p>{{$t('dearClient')}},</p>
<p v-html="$t('clientData')"></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>
<!-- Footer component -->
<email-footer