20 lines
339 B
SCSS
20 lines
339 B
SCSS
|
@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;
|
||
|
}
|
||
|
}
|
||
|
}
|