killed old style files
This commit is contained in:
parent
fec192846e
commit
8f68c37588
@ -1,6 +0,0 @@
|
||||
#chat-container {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: 10;
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
/* Karla Medium */
|
||||
@font-face {
|
||||
font-family: 'Karla';
|
||||
src: url('../fonts/Karla/Karla-Medium.ttf') format('ttf');
|
||||
src: url('../fonts/Karla/Karla-Medium.ttf') format('truetype');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -9,7 +9,7 @@
|
||||
/* Karla Bold */
|
||||
@font-face {
|
||||
font-family: 'Karla';
|
||||
src: url('../fonts/Karla/Karla-Bold.ttf') format('ttf');
|
||||
src: url('../fonts/Karla/Karla-Bold.ttf') format('truetype');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -17,7 +17,7 @@
|
||||
/* Lunchtype24 Medium */
|
||||
@font-face {
|
||||
font-family: 'Lunchtype24';
|
||||
src: url('../fonts/Lunchtype/lunchtype24-medium.ttf') format('ttf');
|
||||
src: url('../fonts/Lunchtype/lunchtype24-medium.ttf') format('truetype');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -1,25 +0,0 @@
|
||||
#placeholder {
|
||||
z-index: -1;
|
||||
position: relative;
|
||||
background-color: var(--colour-midnight);
|
||||
}
|
||||
|
||||
#overlay {
|
||||
z-index: 2;
|
||||
position: fixed;
|
||||
|
||||
.underscore-logo {
|
||||
width: 200px;
|
||||
padding: 1em;
|
||||
transform: translateY(-20%);
|
||||
transition: all 0.2s ease-in-out;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
&.active {
|
||||
.underscore-logo {
|
||||
transform: translateY(0%);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
@ -1,20 +0,0 @@
|
||||
:root {
|
||||
// Colours
|
||||
--colour-midnight: #233b4a;
|
||||
--colour-text: #cfcfcf;
|
||||
--colour-offwhite: #f6f4f5;
|
||||
|
||||
--colour-highlight: #03a59e;
|
||||
--colour-rose: #f6f4f5;
|
||||
--colour-highlight-darker: #06a1a7;
|
||||
|
||||
// Typography
|
||||
--font-logo: 'Reno Mono', 'SpaceMono', 'Courier New', Courier, monospace;
|
||||
--font-body: 'Karla', 'Courier New', Courier, monospace;
|
||||
}
|
||||
|
||||
// Responsive breakpoints
|
||||
|
||||
$breakpoint-tablet: 768px !default;
|
||||
$breakpoint-desktop: 1024px !default;
|
||||
$breakpoint-widescreen: 1440px !default;
|
@ -1,25 +0,0 @@
|
||||
#placeholder,
|
||||
#video-wrapper,
|
||||
.video-player {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
// background-color: aquamarine;
|
||||
}
|
||||
|
||||
#video-wrapper {
|
||||
z-index: 1;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
cursor: none;
|
||||
|
||||
&.active {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.video-player {
|
||||
pointer-events: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user