This repository has been archived on 2022-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
frontend-styles/src/scss/components/_lg-title.scss

35 lines
647 B
SCSS

.lg-title {
& span {
background-color:$gray-100;
@include padding-top(.2rem);
@include padding-bottom(.2rem);
@include padding-left(1rem);
@include padding-right(1rem);
border-radius:22px;
color:$gray-800 !important;
border:3px $gray-600 solid;
display:inline-flex;
}
& .icon {
margin:0;
padding-top:0 !important;
padding-bottom:0 !important;
}
& .icon:before {
position:relative;
// background: url("assets/lg-logo.png") no-repeat center center/cover;
top:0;
left:0;
bottom:0;
content: "";
margin-top:-3px;
margin-bottom:-3px;
width:64px;
@include margin-right(22px);
margin-left:-30px;
border-radius:100%;
}
}