2020-11-23 06:32:02 +00:00
|
|
|
html {
|
|
|
|
font-family: $font-family;
|
|
|
|
font-size: $font-size;
|
|
|
|
background-color: $background-colour;
|
|
|
|
color: $text-colour;
|
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
2020-11-24 07:18:39 +00:00
|
|
|
|
2020-11-23 06:32:02 +00:00
|
|
|
background-color: $header-background-colour;
|
|
|
|
color: $header-text-colour;
|
|
|
|
padding: 1.3rem 0 1.5rem 0;
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: $header-text-colour;
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
svg.tubesync-logo {
|
|
|
|
margin-right: 1rem;
|
|
|
|
float: left;
|
|
|
|
.logo-icon {
|
|
|
|
fill: $colour-near-white !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
margin: 0;
|
|
|
|
font-size: 3rem;
|
|
|
|
line-height: 2.7rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2020-11-24 07:18:39 +00:00
|
|
|
nav {
|
|
|
|
|
|
|
|
background-color: $nav-background-colour;
|
|
|
|
color: $nav-text-colour;
|
|
|
|
height: 3rem;
|
|
|
|
|
|
|
|
a {
|
|
|
|
font-size: 1.1rem !important;
|
|
|
|
color: $nav-text-colour;
|
|
|
|
text-decoration: none;
|
|
|
|
line-height: 3rem;
|
|
|
|
height: 3rem;
|
|
|
|
i {
|
|
|
|
font-size: 1.1rem !important;
|
|
|
|
}
|
|
|
|
&:hover {
|
|
|
|
background-color: $nav-link-background-hover-colour !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2020-11-23 06:32:02 +00:00
|
|
|
main {
|
|
|
|
|
|
|
|
padding: 2rem 0 2rem 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
|
|
|
|
background-color: $footer-background-colour;
|
|
|
|
color: $footer-text-colour;
|
2020-11-24 07:18:39 +00:00
|
|
|
padding-top: 1.5rem;
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
padding-bottom: 1.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
svg {
|
|
|
|
path {
|
|
|
|
fill: $footer-link-colour !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
i {
|
|
|
|
font-size: 0.85rem !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $footer-link-colour;
|
|
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
2020-11-23 06:32:02 +00:00
|
|
|
|
|
|
|
}
|