Skip to content

Commit

Permalink
Use more minimalisti design - no background, align left
Browse files Browse the repository at this point in the history
  • Loading branch information
mathjazz committed Dec 2, 2024
1 parent 98a5d2f commit 0d518e6
Showing 1 changed file with 5 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
width: 100%;
}

td {
text-align: center;
}

a {
text-decoration: none;
}
Expand All @@ -40,10 +36,6 @@
height: auto;
}

table.outer {
background-color: #f6f6f6;
}

table.inner {
max-width: 600px;
padding: 70px 0;
Expand All @@ -55,6 +47,7 @@

.logo {
padding-bottom: 30px;
text-align: right;
}

.title {
Expand All @@ -73,18 +66,18 @@
font-size: 12px;
color: #888888;
margin-top: 20px;
padding-top: 10px;
padding-top: 20px;
}

/* Notifications */
.notifications {
background-color: #ffffff;
font-size: 15px;
padding: 0;
text-align: left;
}

.notifications ul {
border-bottom: 1px solid #ededed;
list-style-type: none;
margin: 0;
padding: 0;
Expand All @@ -95,11 +88,11 @@
}

.notifications li.horizontal-separator {
border-top: 1px solid #f6f6f6;
border-top: 1px solid #ededed;
}

.notifications li .item-content {
padding: 10px;
padding: 10px 0;
}

.notifications li .item-content .message {
Expand Down

0 comments on commit 0d518e6

Please sign in to comment.