mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
19 lines
182 B
SCSS
19 lines
182 B
SCSS
|
|
|
|
body{
|
|
color: #1f3255;
|
|
}
|
|
|
|
.#{$ns}-heading{
|
|
font-weight: 400;
|
|
}
|
|
|
|
.divider{
|
|
border-top: 1px solid #e8e8e8;
|
|
height: 1px;
|
|
}
|
|
|
|
.paragraph{
|
|
line-height: 1.5;
|
|
font-size: 14px;
|
|
} |