diff --git a/print/core/components/attachment/assets/css/import.js b/print/core/components/attachment/assets/css/import.js index cb7a45205..e88633a52 100644 --- a/print/core/components/attachment/assets/css/import.js +++ b/print/core/components/attachment/assets/css/import.js @@ -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(); diff --git a/print/core/components/attachment/assets/css/style.css b/print/core/components/attachment/assets/css/style.css deleted file mode 100644 index 9d47b193e..000000000 --- a/print/core/components/attachment/assets/css/style.css +++ /dev/null @@ -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 -} \ No newline at end of file diff --git a/print/core/components/email-footer/assets/css/style.css b/print/core/components/email-footer/assets/css/style.css index 9d47b193e..a763aa901 100644 --- a/print/core/components/email-footer/assets/css/style.css +++ b/print/core/components/email-footer/assets/css/style.css @@ -1,10 +1,3 @@ -@media (max-width: 400px) { - .buttons a { - display: block; - width: 100% - } -} - .buttons { width: 100% } diff --git a/print/templates/email/delivery-note/delivery-note.html b/print/templates/email/delivery-note/delivery-note.html index e9cd62496..7b93b2a72 100644 --- a/print/templates/email/delivery-note/delivery-note.html +++ b/print/templates/email/delivery-note/delivery-note.html @@ -21,12 +21,6 @@
{{$t('dearClient')}},
- -