Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
b688fe82
Commit
b688fe82
authored
Apr 26, 2015
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove the old navbar-form class
parent
7853a675
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
42 deletions
+0
-42
scss/_navbar.scss
scss/_navbar.scss
+0
-42
No files found.
scss/_navbar.scss
View file @
b688fe82
...
@@ -127,48 +127,6 @@
...
@@ -127,48 +127,6 @@
}
}
// Navbar form
//
// Extension of the `.form-inline` with some extra flavor for optimum display in
// our navbars.
.navbar-form
{
padding
:
10px
$navbar-padding-horizontal
;
margin-right
:
-
$navbar-padding-horizontal
;
margin-left
:
-
$navbar-padding-horizontal
;
border-top
:
1px
solid
transparent
;
border-bottom
:
1px
solid
transparent
;
@include
box-shadow
(
inset
0
1px
0
rgba
(
255
,
255
,
255
,.
1
)
,
0
1px
0
rgba
(
255
,
255
,
255
,.
1
));
// Mixin behavior for optimum display
@extend
.form-inline
;
.form-group
{
@include
media-breakpoint-up
(
sm
)
{
margin-bottom
:
5px
;
&
:last-child
{
margin-bottom
:
0
;
}
}
}
// Vertically center in expanded, horizontal navbar
// @include navbar-vertical-align($input-height-base);
// Undo 100% width for pull classes
@include
media-breakpoint-up
(
sm
)
{
width
:
auto
;
padding-top
:
0
;
padding-bottom
:
0
;
margin-right
:
0
;
margin-left
:
0
;
border
:
0
;
@include
box-shadow
(
none
);
}
}
// Dropdown menus
// Dropdown menus
// Menu position and menu carets
// Menu position and menu carets
...
...
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