diff options
| author | Mark Otto <[email protected]> | 2016-12-21 13:07:30 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-22 13:48:07 -0800 |
| commit | 819978cb71b402a603c4d0b085259aa6a0abb5cc (patch) | |
| tree | 1ad05619ccc2404f3dd8e26dd0cba30ad84ff335 | |
| parent | 96082b1ec740fd7088389eb152065bc274684a03 (diff) | |
| download | bootstrap-819978cb71b402a603c4d0b085259aa6a0abb5cc.tar.xz bootstrap-819978cb71b402a603c4d0b085259aa6a0abb5cc.zip | |
remove width 100% from positioning, remove rounded corners for utils
| -rw-r--r-- | scss/_navbar.scss | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 6cc1d2400..1cf854d2f 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -39,11 +39,6 @@ right: 0; left: 0; z-index: $zindex-navbar-fixed; - - // Undo the rounded corners - @include media-breakpoint-up(sm) { - @include border-radius(0); - } } .navbar-fixed-top { @@ -58,12 +53,6 @@ position: sticky; top: 0; z-index: $zindex-navbar-sticky; - width: 100%; - - // Undo the rounded corners - @include media-breakpoint-up(sm) { - @include border-radius(0); - } } |
