2018-12-12 13:35:16 +00:00
|
|
|
// Headings
|
|
|
|
.master-page-heading {
|
|
|
|
font-size: 2rem;
|
|
|
|
font-weight: 700;
|
2019-01-04 16:33:30 +00:00
|
|
|
color: map-get($gray-shades, 800);
|
2018-12-12 13:35:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.master-page-desc {
|
|
|
|
font-size: 1.2rem;
|
|
|
|
font-weight: 400;
|
|
|
|
color: map-get($gray-shades, 800);
|
|
|
|
}
|
2018-12-13 12:24:16 +00:00
|
|
|
|
|
|
|
.logo-heading {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
|
2019-01-04 16:33:30 +00:00
|
|
|
> .icon, > .meta-icon {
|
2018-12-13 12:24:16 +00:00
|
|
|
align-self: center;
|
|
|
|
margin-right: 25px;
|
|
|
|
|
|
|
|
> i {
|
|
|
|
font-size: 3.5rem;
|
|
|
|
color: map-get($gray-shades, 600);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
> .text {
|
|
|
|
align-self: flex-start;
|
|
|
|
}
|
|
|
|
}
|