Files
grecia/app/assets/stylesheets/budgets/single_heading.scss
decabeza 0273156c20 Update single heading budget view
Co-Authored-By: Julian Herrero <microweb10@gmail.com>
2021-06-11 19:32:21 +02:00

24 lines
354 B
SCSS

.single-heading {
margin-bottom: $line-height * 2;
padding-bottom: $line-height;
position: relative;
&::after {
background: $brand;
bottom: 0;
content: "";
height: rem-calc(6);
position: absolute;
width: 20%;
}
h2 {
font-size: rem-calc(60);
font-weight: normal;
}
p {
font-size: rem-calc(48);
}
}