summaryrefslogtreecommitdiff
path: root/resources/views/layouts/base.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/layouts/base.blade.php')
-rw-r--r--resources/views/layouts/base.blade.php26
1 files changed, 26 insertions, 0 deletions
diff --git a/resources/views/layouts/base.blade.php b/resources/views/layouts/base.blade.php
index f1bc1f8..f51d2fa 100644
--- a/resources/views/layouts/base.blade.php
+++ b/resources/views/layouts/base.blade.php
@@ -43,6 +43,32 @@
margin-left: -10px;
}
}
+ /**
+ * ## Bottom Border Color in Navbar
+ */
+ @media (min-width: 993px) {
+ .navbar-nav > li {
+ position: relative;
+ }
+ .navbar-nav .active a:not(.dropdown-item)::before{
+ border-bottom: 5px solid #f07206;
+ bottom: -18px;
+ content: " ";
+ left: 0;
+ position: absolute;
+ right: 0;
+ }
+ }
+ @media (max-width: 992px) {
+ #main-menu > li.active {
+ text-decoration: underline !important;
+ /*
+ text-decoration-color: theme-color(primary);
+ text-decoration: none !important;
+ border-bottom: 2px solid theme-color(primary);
+ */
+ }
+ }
</style>