From 1a51c3dc9cd0a7f96e7666422b68817f63f6afe6 Mon Sep 17 00:00:00 2001
From: Daniel <50356015+danny007in@users.noreply.github.com>
Date: Sat, 15 May 2021 03:49:06 +0530
Subject: [PATCH] fix index.html
---
index.html | 148 +++++++++++++++++++------------------
scss/_content-wrapper.scss | 1 +
scss/_variables.scss | 8 ++
scss/adminlte.scss | 2 +-
4 files changed, 88 insertions(+), 71 deletions(-)
diff --git a/index.html b/index.html
index 88438285e..1fcfd5970 100644
--- a/index.html
+++ b/index.html
@@ -54,69 +54,71 @@
-
-
+
+
-
+
@@ -203,16 +205,22 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/scss/_content-wrapper.scss b/scss/_content-wrapper.scss
index e21a80802..979302fb5 100644
--- a/scss/_content-wrapper.scss
+++ b/scss/_content-wrapper.scss
@@ -2,4 +2,5 @@
grid-area: content-wrapper;
background-color: $main-bg;
color: $main-color;
+ padding-bottom: 1rem;
}
diff --git a/scss/_variables.scss b/scss/_variables.scss
index c95467572..0713613cd 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -89,6 +89,14 @@ $theme-colors: map-merge((
), $theme-colors);
// stylelint-enable
+// The contrast ratio to reach against white, to determine if color changes from "light" to "dark". Acceptable values for WCAG 2.0 are 3, 4.5 and 7.
+// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast
+$min-contrast-ratio: 4.5 !default;
+
+// Customize the light and dark text colors for use in our color contrast function.
+$color-contrast-dark: $black !default;
+$color-contrast-light: $white !default;
+
// Options
//
// Quickly modify global styling by enabling or disabling optional features.
diff --git a/scss/adminlte.scss b/scss/adminlte.scss
index 4e142c731..8728387a5 100644
--- a/scss/adminlte.scss
+++ b/scss/adminlte.scss
@@ -27,5 +27,5 @@
@import "mixins";
@import "parts/core";
-@import "small-box";
+@import "parts/extra-components";
@import "miscellaneous";