1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00
الملفات
postal/app/assets/stylesheets/application/elements/_bar.scss
2017-04-19 13:07:25 +01:00

17 أسطر
236 B
SCSS

.bar {
background:$darkBlue;
border-radius:10px;
display:inline-block;
height:5px;
width:100%;
overflow:hidden;
}
.bar__inner {
background:$blue;
display:inline-block;
border-radius:10px;
height:5px;
width:50%;
}