1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-01-17 13:39:46 +00:00

initial commit from appmail

هذا الالتزام موجود في:
Adam Cooke
2017-04-19 13:07:25 +01:00
الأصل a3eff53792
التزام 2fdba0ceb5
474 ملفات معدلة مع 51228 إضافات و0 حذوفات

عرض الملف

@@ -0,0 +1,49 @@
.messageHeader {
margin:20px 35px;
}
.messageHeader__subject {
font-size:18px;
font-weight:700;
margin-bottom:6px;
}
.messageHeader__status {
margin-bottom:4px;
}
.messageHeader__timestamp {
color:$subBlue;
}
.messageHeader__basicProperties {
display:flex;
dl {
margin-right:25px;
display:flex;
dt {
color:$subBlue;
margin-bottom:5px;
margin-right:15px;
}
dd {
font-weight:600;
}
}
}
.messageHeader__header {
background-size:35px;
background-repeat:no-repeat;
background-position:right 0;
}
.messageHeader__header--incoming {
background-image:image-url('icons/incoming-mail.svg');
}
.messageHeader__header--outgoing {
background-image:image-url('icons/outgoing-mail.svg');
}