Exor theme update to v2.0.1

-Added a gradient background to the default, light and dark navbars (header and footer)
-Added a slight rounded corner effect to all applicable nav-link and poweredby elements contained within a default, light or dark navbar
This commit is contained in:
joeuhren
2021-04-23 20:56:26 -06:00
parent f948e29085
commit 269e51cc2d
4 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// Exor 2.0.0
// Exor 2.0.1
// Variables ===================================================================
+1 -1
View File
@@ -1,4 +1,4 @@
// Exor 2.0.0
// Exor 2.0.1
//
// Color system
+13 -1
View File
@@ -1,5 +1,6 @@
/*!
* Copyright 2020 Joe Uhren
* Exor 2.0.1
* Copyright 2020-2021 Joe Uhren
* Licensed under MIT
* Based on Bootstrap
*/
@@ -4648,6 +4649,7 @@ input[type="button"].btn-block {
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: #fff;
background-color: #000;
border-radius: .25rem;
}
.navbar-light .navbar-nav .nav-link.disabled {
@@ -4660,6 +4662,7 @@ input[type="button"].btn-block {
.navbar-light .navbar-nav .nav-link.active {
color: #222;
background-color: #fff;
border-radius: .25rem;
}
.navbar-light .navbar-toggler {
@@ -4698,6 +4701,7 @@ input[type="button"].btn-block {
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: #000;
background-color: #fff;
border-radius: .25rem;
}
.navbar-dark .navbar-nav .nav-link.disabled {
@@ -4710,6 +4714,7 @@ input[type="button"].btn-block {
.navbar-dark .navbar-nav .nav-link.active {
color: #fff;
background-color: #000;
border-radius: .25rem;
}
.navbar-dark .navbar-toggler {
@@ -6732,6 +6737,7 @@ a.close.disabled {
}
.bg-primary {
background: linear-gradient(to right, #e2a300, #ffbd11, #e2a300) !important;
background-color: #ffbd11 !important;
}
@@ -6796,6 +6802,7 @@ button.bg-danger:focus {
}
.bg-light {
background: linear-gradient(to right, #e7c22d, #ffe680, #e7c22d) !important;
background-color: #ffe680 !important;
}
@@ -6806,6 +6813,7 @@ button.bg-light:focus {
}
.bg-dark {
background: linear-gradient(to right, #d7af11, #ba9500, #d7af11) !important;
background-color: #ba9500 !important;
}
@@ -10651,4 +10659,8 @@ a.text-dark:hover, a.text-dark:focus {
[class*="btn-outline-"] {
text-shadow: none;
}
.poweredby {
border-radius: .25rem;
}
File diff suppressed because one or more lines are too long