Skip to content

Commit

Permalink
feat 👍 add mail_default_break.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
synchrovision committed Aug 30, 2023
1 parent 0b460d9 commit 29387db
Showing 1 changed file with 93 additions and 0 deletions.
93 changes: 93 additions & 0 deletions mail_default_break.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
/* =========================================================
 メール対応用デフォルトスタイル
========================================================= */

body {
width: 100% !important;
min-width: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
margin: 0;
padding: 0;
}

table {
border-spacing: 0;
border-collapse: collapse;
}

td {
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
border-collapse: collapse !important;
}

table, tr,
td {
padding: 0;
vertical-align: top;
text-align: left;
}

img {
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
width: auto;
height: auto;
clear: both;
display: block;
}
a {
img {
outline: none;
text-decoration: none;
-ms-interpolation-mode: bicubic;
width: auto;
clear: both;
display: block;
border: none;
}
}

/* =========================================================
outlook対策
========================================================= */

#outlook a {
padding: 0;
}

body.outlook p {
display: inline !important;
}

/* =========================================================
ホットメールで画面いっぱいに表示ようにする
========================================================= */

.ReadMsgBody {
width: 100%;
}
.ExternalClass{
width:100%;
}

.ExternalClass,
.ExternalClass p,
.ExternalClass span,
.ExternalClass font,
.ExternalClass td,
.ExternalClass div{
line-height: 100%;
}

#backgroundTable {
margin: 0;
Margin: 0;
padding: 0;
width: 100% !important;
line-height: 100% !important;
}

0 comments on commit 29387db

Please sign in to comment.