website/static/src/scss/_content.scss

53 lines
804 B
SCSS
Raw Normal View History

2022-06-19 13:23:41 +01:00
section.content {
2022-06-14 20:57:43 +01:00
font-size: 1.25rem;
2022-06-26 10:29:13 +01:00
padding-top: 0.5rem;
2022-07-01 09:25:57 +01:00
h2,
h3,
h4,
h5,
h6 {
.heading-anchor {
scroll-margin-top: var(--hero-height); // navbar height (ish)
2022-07-01 09:25:57 +01:00
margin-right: 0.5rem;
}
2022-09-06 08:57:34 +01:00
@include dark-mode {
color: $dark-mode-text;
}
2022-07-01 09:25:57 +01:00
}
2022-06-14 20:57:43 +01:00
}
.content-details {
.icon-text {
margin-right: $icon-text-spacing * 3;
align-items: center;
2022-07-04 20:38:47 +01:00
.icon a {
color: inherit;
&:hover {
color: $link;
}
}
span:not(.icon) + span {
2022-09-23 16:45:17 +01:00
margin-left: $icon-text-spacing * 1.5;
2022-06-26 12:55:20 +01:00
}
}
}
.container {
@include until($container-max-width) {
max-width: calc(99% - ($column-gap * 2));
}
}
2022-08-20 17:45:12 +01:00
2022-09-02 17:18:40 +01:00
.gslide-description {
background-color: transparent !important;
.gslide-title {
color: $dark-mode-text !important;
}
}