mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-11 08:04:59 +02:00
remove width 100% from positioning, remove rounded corners for utils
This commit is contained in:
@@ -39,11 +39,6 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: $zindex-navbar-fixed;
|
z-index: $zindex-navbar-fixed;
|
||||||
|
|
||||||
// Undo the rounded corners
|
|
||||||
@include media-breakpoint-up(sm) {
|
|
||||||
@include border-radius(0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-fixed-top {
|
.navbar-fixed-top {
|
||||||
@@ -58,12 +53,6 @@
|
|||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: $zindex-navbar-sticky;
|
z-index: $zindex-navbar-sticky;
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
// Undo the rounded corners
|
|
||||||
@include media-breakpoint-up(sm) {
|
|
||||||
@include border-radius(0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user