funky-framadate-front/src/assets/scss/atoms/_headings.scss

24 lines
291 B
SCSS
Raw Normal View History

2019-08-11 17:06:07 +02:00
@charset "UTF-8";
2019-08-12 11:54:21 +02:00
/*h1,
2019-08-11 17:06:07 +02:00
h2,
h3,
h4,
h5,
h6 {
border-bottom: 1px solid $primary_color;
}
2019-08-12 11:54:21 +02:00
*/
h1{
display:inline-block;
}
h1::after{
content:"";
background-color:$primary_color;
display:block;
width:27.4%;
height:2px;
margin-left: auto;
margin-right: auto;
margin-top:5px;
}