1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-01-17 21: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,37 @@
.limits {
font-size:16px;
color:$darkBlue;
border-radius:4px;
background:#fff;
overflow:hidden;
box-shadow:0 0 10px rgba(0,0,0,0.2);
display:flex;
}
.limits__limit {
flex: 1 1 auto;
width:50%;
padding:15px;
text-align:center;
}
.limits__limit + .limits__limit {
border-left:1px solid #efefef;
}
.limits__title {
font-size:14px;
margin-bottom:5px;
font-weight:600;
}
.limits__value {
font-size:32px;
font-weight:900;
color:$blue;
}
.limits__frequency {
font-size:14px;
color:#999
}