20 lines
262 B
SCSS
20 lines
262 B
SCSS
/*
|
|
* Title
|
|
* Title Headings
|
|
*
|
|
* Version:
|
|
* 1.0.0 - 2018/05/11
|
|
*/
|
|
$o-title--size: 3em;
|
|
$o-subtitle--size: 1.25em;
|
|
|
|
.o-title {
|
|
font-size: $o-title--size;
|
|
margin: 0.25em 0;
|
|
}
|
|
|
|
.o-subtitle {
|
|
font-size: $o-subtitle--size;
|
|
margin: 0 0 0.5em 0;
|
|
}
|