mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-11 05:43:09 +00:00
remove width 100% from positioning, remove rounded corners for utils
This commit is contained in:
parent
96082b1ec7
commit
819978cb71
1 changed files with 0 additions and 11 deletions
|
|
@ -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);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue