Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Iseard
Kudos-Website
Commits
f2fd0c3c
Commit
f2fd0c3c
authored
Jul 09, 2020
by
Michael Iseard
Browse files
Fix style lint issues
parent
f8b497c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/styles/layouts/_header.scss
View file @
f2fd0c3c
/*
HEA
D NAV-BAR
/*
DASHBOAR
D NAV-BAR
============================= */
.nav
{
.nav-item
{
position
:
relative
;
&
::before
{
content
:
""
;
position
:
absolute
;
bottom
:
0
;
left
:
50%
;
transform
:
translateX
(
-50%
);
width
:
100px
;
height
:
3px
;
}
#user-nav
.dropdown-menu
>
a
{
color
:
$black
;
}
/* DASHBOARD NAV-BAR
============================= */
.nav
{
.nav-item
{
position
:
relative
;
&
::before
{
content
:
''
;
position
:
absolute
;
bottom
:
0
;
left
:
50%
;
transform
:
translateX
(
-50%
);
width
:
100px
;
height
:
3px
;
}
&
.active
::before
{
content
:
''
;
background
:
$white
;
}
&
.active
::before
{
content
:
""
;
background
:
$white
;
}
}
}
.banner
.nav
li
{
@extend
.nav-item
;
...
...
@@ -94,6 +89,13 @@ body.home {
}
}
/* HEAD NAV-BAR
============================= */
#user-nav
.dropdown-menu
>
a
{
color
:
$black
;
}
button
.hamburger
{
display
:
inline-block
;
...
...
resources/assets/styles/main.scss
View file @
f2fd0c3c
...
...
@@ -18,9 +18,9 @@
@import
"components/comments"
;
@import
"components/forms"
;
@import
"components/wp-classes"
;
@import
"
componen
ts/header"
;
@import
"
layou
ts/header"
;
@import
"layouts/sidebar"
;
@import
"
componen
ts/footer"
;
@import
"
layou
ts/footer"
;
@import
"layouts/pages"
;
@import
"layouts/posts"
;
@import
"layouts/tinymce"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment