Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeremy Groot
/
stellervista-Intranet
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
fa5fbcd7
authored
2023-02-24 14:22:52 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ss
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
338ba8b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
2 deletions
wp-content/themes/understrap-child/src/sass/theme/_menu.scss
wp-content/themes/understrap-child/src/sass/theme/_menu.scss
View file @
fa5fbcd
.collapsing
{
overflow
:
visible
!
important
;
}
#wrapper-navbar
{
position
:
relative
;
z-index
:
999
;
...
...
@@ -6,13 +10,14 @@
height
:
768px
;
clear
:
both
;
vertical-align
:
top
;
padding
:
41px
27px
41px
4
2px
;
padding
:
41px
27px
41px
2
2px
;
background-color
:
#F6F6F6
;
box-shadow
:
0px
3px
6px
#000000
29
;
transition
:
0
.5s
;
@media
only
screen
and
(
max-width
:
1260px
)
{
position
:
absolute
;
right
:
-275px
;
top
:
0px
;
}
}
...
...
@@ -24,7 +29,7 @@
z-index
:
999
;
position
:
absolute
;
right
:
290px
;
top
:
2
0px
;
top
:
6
0px
;
height
:
54px
;
width
:
54px
;
background-color
:
#1A3668
;
...
...
@@ -120,3 +125,19 @@
}
}
}
.wsmenu-submenu
{
display
:
none
;
list-style-type
:none
;
padding-left
:
15px
;
}
.current-menu-item
.wsmenu-submenu
{
display
:block
;
}
.current-menu-ancestor
.wsmenu-submenu
{
display
:block
;
}
// .dropdown-menu {
// display: block;
// position:relative !important;
// }
// .dropdown-toggle::after{
// display: none;
// }
// .dropdown-menu{
// all: unset;
// margin-left: 20px;
//
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment