SiteWebAstrolabe/src/scss/components/_intro.scss

35 lines
533 B
SCSS
Raw Normal View History

2020-06-19 23:47:44 +02:00
.intro {
// background: var(--color-theme-highlight-block);
// padding: 8rem 0;
margin-top: 8rem;
&__summary {
--flow-space: #{get-size(500)};
font-size: get-size(500);
a {
color: currentColor;
&:hover {
text-decoration: none;
}
}
}
&__heading {
max-width: 44rem;
color: var(--color-text);
font-size: 2.5rem;
2020-07-06 13:35:38 +02:00
display: inline-block;
2020-06-19 23:47:44 +02:00
&--compact {
max-width: 20ex;
}
2020-07-06 13:35:38 +02:00
+ svg {
margin-left: 8rem;
vertical-align: middle;
}
2020-06-19 23:47:44 +02:00
}
}