Files
bigcapital/client/src/style/objects/typography.scss
2020-10-13 14:45:59 +02:00

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;
}