38 lines
509 B
SCSS
38 lines
509 B
SCSS
.jet-headline__first {
|
|
color: #54595f;
|
|
|
|
.jet-headline__deco {
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
|
|
.jet-headline__second {
|
|
color: #6ec1e4;
|
|
|
|
.jet-headline__deco {
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
|
|
.jet-headline__divider {
|
|
height: 2px;
|
|
background-color: #7a7a7a;
|
|
}
|
|
|
|
.jet-headline__deco-icon {
|
|
font-size: 30px;
|
|
color: #54595f;
|
|
}
|
|
|
|
.jet-headline--direction-horizontal {
|
|
.jet-headline__divider {
|
|
&.jet-headline__left-divider {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
&.jet-headline__right-divider {
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
}
|