Merge pull request #1067 from basecamp/mailer-polish

Further polish mailer styles and type hierarchy
This commit is contained in:
Jason Zimdars
2025-09-09 15:30:46 -05:00
committed by GitHub
+10 -9
View File
@@ -45,18 +45,18 @@
.avatar {
border-radius: 50%;
height: 3em;
margin-right: 0.3em;
max-height: 3em;
min-height: 3em;
height: 2.75em;
margin-right: 0.2.75em;
max-height: 2.75em;
min-height: 2.75em;
overflow: hidden;
width: 3em;
width: 2.75em;
}
.avatar__container {
padding-top: 1em;
vertical-align: top;
width: 3.5em;
width: 3.25em;
}
.btn {
@@ -76,7 +76,7 @@
}
.event__title {
font-size: 1.1em;
font-size: 1em;
font-weight: 900;
margin-bottom: 0;
margin-top: 0;
@@ -108,13 +108,14 @@
}
.subtitle {
font-size: 1em;
font-size: 1.2em;
font-weight: normal;
margin-bottom: 2em;
margin-top: 0.1em;
}
.title {
font-size: 1.2em;
font-size: 1.4em;
font-weight: 900;
margin-bottom: 0;
}