مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-12-01 05:43:04 +00:00
17 أسطر
236 B
SCSS
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%;
|
|
}
|