fix components according to new theme
parent
2ecb394398
commit
b9cb242364
@ -1,13 +1,19 @@
|
|||||||
.title {
|
.title {
|
||||||
margin-top: 180px;
|
position: relative;
|
||||||
padding-top: 20px;
|
margin: 100px 60px 0 60px;
|
||||||
font-size: $font-section;
|
font-size: $font-section;
|
||||||
font-weight: $font-bold;
|
font-weight: $font-bold;
|
||||||
color: $primary;
|
color: $primary-dark;
|
||||||
|
display: inline-block;
|
||||||
|
|
||||||
.sub {
|
&::after {
|
||||||
color: rgba($secondary, 0.8);
|
content: '';
|
||||||
font-size: $font-section-sub;
|
position: absolute;
|
||||||
font-weight: $font-normal;
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 20%;
|
||||||
|
background: $tertiary;
|
||||||
|
z-index: -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue