2022-06-15 09:27:20 +01:00
|
|
|
img.hero {
|
2022-06-26 15:18:20 +01:00
|
|
|
height: calc(50vh - $navbar-height) !important;
|
2022-06-15 09:27:20 +01:00
|
|
|
width: 100%;
|
|
|
|
object-fit: cover;
|
|
|
|
}
|
|
|
|
|
2022-06-14 20:57:43 +01:00
|
|
|
section.hero {
|
|
|
|
position: sticky;
|
|
|
|
top: 0;
|
|
|
|
z-index: 10;
|
2022-06-19 16:11:53 +01:00
|
|
|
margin-top: 3rem;
|
2022-06-14 20:57:43 +01:00
|
|
|
padding-top: 0.5rem;
|
|
|
|
margin-bottom: 1.5rem;
|
|
|
|
background-color: $white;
|
2022-06-19 16:11:53 +01:00
|
|
|
display: block;
|
2022-06-14 20:57:43 +01:00
|
|
|
|
2022-08-20 17:45:12 +01:00
|
|
|
@include dark-mode {
|
|
|
|
background-color: $dark-mode-background;
|
|
|
|
}
|
|
|
|
|
2022-07-20 22:39:35 +01:00
|
|
|
&.stuck {
|
|
|
|
box-shadow: $shadow;
|
|
|
|
}
|
|
|
|
|
2022-06-14 20:57:43 +01:00
|
|
|
.hero-body {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-wrapper {
|
|
|
|
display: flex;
|
|
|
|
align-items: flex-end;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown {
|
|
|
|
li {
|
|
|
|
list-style: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-content {
|
|
|
|
overflow-y: scroll;
|
|
|
|
max-height: 50vh;
|
2022-08-20 17:45:12 +01:00
|
|
|
|
|
|
|
@include dark-mode {
|
|
|
|
background-color: $grey-dark;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $dark-mode-text;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: $grey-darker;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-06-14 20:57:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
margin: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-list li ul {
|
|
|
|
padding-left: initial;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-08-20 17:45:12 +01:00
|
|
|
.button {
|
|
|
|
@include dark-mode {
|
|
|
|
background-color: $grey-darker;
|
|
|
|
border-color: $black;
|
|
|
|
color: $dark-mode-text;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
border-color: $grey-dark;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-06-14 20:57:43 +01:00
|
|
|
.subtitle {
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
}
|
2022-06-19 16:11:53 +01:00
|
|
|
|
2022-06-26 10:52:59 +01:00
|
|
|
.title {
|
2022-07-04 19:13:23 +01:00
|
|
|
margin-bottom: 1.25rem;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 3.5rem;
|
2022-08-27 20:42:44 +01:00
|
|
|
}
|
2022-08-20 17:45:12 +01:00
|
|
|
|
2022-08-27 20:42:44 +01:00
|
|
|
.title,
|
|
|
|
.subtitle {
|
2022-08-20 17:45:12 +01:00
|
|
|
@include dark-mode {
|
|
|
|
color: $dark-mode-text;
|
|
|
|
}
|
2022-06-26 10:52:59 +01:00
|
|
|
}
|
|
|
|
|
2022-06-19 16:11:53 +01:00
|
|
|
.column {
|
2022-06-19 16:29:59 +01:00
|
|
|
padding-bottom: unset;
|
2022-06-19 16:11:53 +01:00
|
|
|
}
|
2022-06-19 16:56:47 +01:00
|
|
|
|
|
|
|
nav.breadcrumb {
|
2022-07-04 19:13:23 +01:00
|
|
|
margin-bottom: 0 !important;
|
2022-06-19 16:56:47 +01:00
|
|
|
}
|
2022-06-26 10:53:10 +01:00
|
|
|
|
|
|
|
.content-details {
|
2022-06-26 15:21:25 +01:00
|
|
|
margin-bottom: 0 !important;
|
2022-06-26 10:53:10 +01:00
|
|
|
}
|
2022-06-14 20:57:43 +01:00
|
|
|
}
|
2022-08-28 22:02:02 +01:00
|
|
|
|
|
|
|
#view-restriction-banner {
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|