mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
fixed pos utility class
This commit is contained in:
parent
108c395ad4
commit
1c3d461996
@ -26,7 +26,6 @@
|
|||||||
background-color: @gray-dark;
|
background-color: @gray-dark;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Spacing
|
// Spacing
|
||||||
.p-a {
|
.p-a {
|
||||||
padding: @spacer;
|
padding: @spacer;
|
||||||
@ -40,6 +39,15 @@
|
|||||||
padding-bottom: @spacer;
|
padding-bottom: @spacer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Positioning
|
||||||
|
.pos-f-t {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
z-index: @zindex-navbar-fixed;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Toggling content
|
// Toggling content
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user