asiaH1/assets/stylesheets/template/base/_unity.scss

20 lines
339 B
SCSS
Raw Normal View History

2021-04-19 01:56:04 +00:00
@charset "utf-8";
@import "variables";
// Title
.unity-title {
margin: 0.5em 0;
line-height: 1.5;
font-family: $main-font;
font-size: 1.5em;
.layout-footer & {
margin-bottom: 10px;
border-bottom: none;
span {
display: inline;
margin-bottom: 0;
border-bottom: none;
}
}
}