SiteWebAstrolabe/src/scss/components/_intro.scss

43 lines
587 B
SCSS
Raw Normal View History

2020-06-19 23:47:44 +02:00
.intro {
margin-top: 8rem;
2020-07-16 15:52:40 +02:00
.wrapper {
display: flex;
flex-wrap: wrap;
}
2020-06-19 23:47:44 +02:00
&__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 {
2020-07-16 15:52:40 +02:00
margin-left: auto;
margin-right: 8rem;
2020-07-06 13:35:38 +02:00
vertical-align: middle;
}
2020-06-19 23:47:44 +02:00
}
2020-07-16 15:52:40 +02:00
.btn-grp {
margin-top: -3.5rem;
}
2020-06-19 23:47:44 +02:00
}