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

initial commit from appmail

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

عرض الملف

@@ -0,0 +1,30 @@
html.main .flashMessage {
position:fixed;
background:$red;
z-index:5000;
left:25px;
top:25px;
width:300px;
color:#fff;
padding:15px;
border-radius:4px;
font-size:16px;
box-shadow:0 0 15px rgba(0,0,0,0.8);
cursor:pointer;
}
html.main .flashMessage--notice {
background:$green;
}
html.subPage .flashMessage {
background:$red;
color:#fff;
font-size:14px;
padding:15px;
line-height:1.4;
}
html.subPage .flashMessage--notice {
background:$green;
}