-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-101: New mobile portal and nav menu design
Known Issues: 1. On CMS & Docs, `s-header__menu-backdrop` adds gap in navigation bar. 2. On CMS, mobile navbar opens and closes too slow. 3. login link is a bit too wide
- Loading branch information
1 parent
3a5c088
commit 73ddd2e
Showing
7 changed files
with
493 additions
and
244 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
taccsite_cms/static/site_cms/css/src/_imports/components/bootstrap.navbar.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* | ||
Navbar (Bootstrap) | ||
Add to Bootstrap styles. See: | ||
- [Bootstrap Grid](https://getbootstrap.com/docs/4.0/components/navbar/) | ||
Styleguide Components.Bootstrap.Navbar | ||
*/ | ||
|
||
/* To support collapsing navbar horizontally */ | ||
/* SEE: https://stackoverflow.com/a/50064701/11817077 */ | ||
.collapsing.width { | ||
transition-property: width, visibility; | ||
width: 0; | ||
height: auto; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.