mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
fixed pos utility class
This commit is contained in:
+9
-1
@@ -26,7 +26,6 @@
|
||||
background-color: @gray-dark;
|
||||
}
|
||||
|
||||
|
||||
// Spacing
|
||||
.p-a {
|
||||
padding: @spacer;
|
||||
@@ -40,6 +39,15 @@
|
||||
padding-bottom: @spacer;
|
||||
}
|
||||
|
||||
// Positioning
|
||||
.pos-f-t {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: @zindex-navbar-fixed;
|
||||
}
|
||||
|
||||
|
||||
// Toggling content
|
||||
// -------------------------
|
||||
|
||||
Reference in New Issue
Block a user