aboutsummaryrefslogtreecommitdiff
path: root/assets/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/main.css')
-rw-r--r--[-rwxr-xr-x]assets/css/main.css80
1 files changed, 2 insertions, 78 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index aa51cdd..e5d025a 100755..100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -1,78 +1,2 @@
-/**
- * Design of the Netflix Stats Generator
- * @author Marvin Borner
- * @copyright Marvin Borner 2018
- */
-
-/**
- * General
- */
-
-:root {
- --BlueColor: #1e3264;
-}
-
-body {
- font-family: 'Varela Round', sans-serif !important;
- text-rendering: optimizeLegibility !important;
- box-sizing: border-box !important;
-}
-
-.Main {
- display: none;
- min-height: 100vh;
-}
-
-/**
- * General headers
- */
-.SectionHeader {
- display: flex;
- justify-content: center;
- align-items: center;
- align-content: space-between;
- width: 100%;
-}
-
-.SectionHeader h1 {
- text-transform: capitalize;
-}
-
-/**
- * Gradients
- */
-
-.GradientBackground>* {
- position: fixed;
- top: 0;
- left: 0;
- z-index: -1;
- transition: opacity 1.5s cubic-bezier(.445, .05, .55, .95) 0s;
- width: 100%;
- height: 100vh;
-}
-
-.GradientBackground .Color:not(.Active) {
- display: none;
-}
-
-.GradientBackground .GreenBlue {
- background: linear-gradient(145deg, #c3f0c8, #509bf5);
-}
-
-.GradientBackground .OrangePink {
- background: linear-gradient(145deg, #ffc867, #f037a6);
-}
-
-.GradientBackground .GreenBlue {
- background: linear-gradient(145deg, #c3f0c8, #509bf5);
-}
-
-/**
- * Favorites
- */
-
-.FavoritesSection .SectionHeader {
- height: 40vh;
- color: var(--BlueColor);
-} \ No newline at end of file
+body{font-family:"Varela Round", sans-serif !important;text-rendering:optimizeLegibility !important;box-sizing:border-box !important}.Main{min-height:100vh}.SectionHeader{display:flex;justify-content:center;align-items:center;align-content:space-between;width:100%}.SectionHeader h1{text-transform:capitalize}.GradientBackground .GreenBlue,.GradientBackground .OrangePink{position:fixed;top:0;left:0;z-index:-1;transition:opacity 1.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;width:100%;height:100vh}.GradientBackground .Color:not(.Active){display:none}.GradientBackground .GreenBlue{background:linear-gradient(145deg, #c3f0c8, #509bf5)}.GradientBackground .OrangePink{background:linear-gradient(145deg, #ffc867, #f037a6)}.GradientBackground .GreenBlue{background:linear-gradient(145deg, #c3f0c8, #509bf5)}.FavoritesSection .SectionHeader{height:40vh;color:#1e3264}
+/*# sourceMappingURL=main.css.map */ \ No newline at end of file