0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

remove width 100% from positioning, remove rounded corners for utils

This commit is contained in:
Mark Otto 2016-12-21 13:07:30 -08:00 committed by Mark Otto
parent 96082b1ec7
commit 819978cb71

View File

@ -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);
}
}