mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-07-24 01:15:20 +00:00
36 lines
359 B
SCSS
36 lines
359 B
SCSS
|
|
|
|
body{
|
|
color: #1f3255;
|
|
|
|
[lang='ar'] &{
|
|
font-size: 15px;
|
|
}
|
|
}
|
|
|
|
.#{$ns}-heading{
|
|
font-weight: 600;
|
|
}
|
|
|
|
.divider{
|
|
border-top: 1px solid #e8e8e8;
|
|
height: 1px;
|
|
}
|
|
|
|
.paragraph{
|
|
line-height: 1.5;
|
|
font-size: 14px;
|
|
}
|
|
|
|
ul.list{
|
|
margin-bottom: 10px;
|
|
padding-left: 25px;
|
|
|
|
li{
|
|
margin-bottom: 10px;
|
|
|
|
&::marker{
|
|
color: #666;
|
|
}
|
|
}
|
|
} |