Remove unused styles

Class "btn": not used in any of the emails and invoices

Class "column-wrap": not used in any of the emails and invoices

Class "collapse": margin and padding are set globally to zero already, padding is not used, but we need margin to overwrite it for h6
This commit is contained in:
Konrad
2025-03-18 15:24:44 +01:00
parent 9ee37ee0b6
commit 3b0b023624

View File

@@ -12,11 +12,6 @@ img {
max-width: 100%;
}
.collapse {
margin: 0;
padding: 0;
}
body {
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: none;
@@ -32,18 +27,6 @@ a {
color: #0096ad;
}
.btn {
text-decoration: none;
color: #FFF;
background-color: #666;
padding: 10px 16px;
font-weight: bold;
margin-right: 10px;
text-align: center;
cursor: pointer;
display: inline-block;
}
p.callout {
padding: 15px;
background-color: #e1f0f5;
@@ -187,6 +170,10 @@ table.head-wrap {
background-color: #f2f2f2;
}
.collapse {
margin: 0;
}
/* -------------------------------------
* BODY
*------------------------------------- */
@@ -263,10 +250,6 @@ h6 {
color: #999;
}
.collapse {
margin: 0 !important;
}
p, ul {
margin-bottom: 10px;
font-weight: normal;
@@ -378,12 +361,6 @@ ul {
}
}
.column-wrap {
padding: 0 !important;
margin: 0 auto;
max-width: 600px !important;
}
.column table {
width: 100%;
}