Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
9048e642
Unverified
Commit
9048e642
authored
Feb 26, 2017
by
David Haynes
Browse files
Fixed navbar dropdown bug & some comments
- also removed extra bg
parent
8a00657c
Pipeline
#991
passed with stage
in 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
masonstrap/_masonstrap.scss
View file @
9048e642
...
...
@@ -12,11 +12,14 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400
font-weight
:
$headings-font-weight
;
}
// Default Mason Green #006633
.bg-primary
{
.dropdown-menu
{
background-color
:
$brand-primary
;
top
:
112%
;
.dropdown-item
,
.dropdown-item
:focus
{
color
:
$navbar-inverse-color
;
...
...
@@ -31,6 +34,7 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400
}
}
// Some default color
.bg-inverse
{
background-color
:
$gray
!
important
;
...
...
@@ -51,25 +55,6 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400
}
}
.bg-faded
{
.dropdown-menu
{
background-color
:
$gray-lightest
;
.dropdown-item
,
.dropdown-item
:focus
{
color
:
$navbar-light-color
;
}
.dropdown-item.active
,
.dropdown-item
:hover
,
.dropdown-item
:focus
{
background-color
:
lighten
(
$gray-lightest
,
5%
);
color
:
$navbar-light-hover-color
;
}
}
}
// Buttons =====================================================================
.btn-group
{
...
...
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