mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
experiment with more utilities
This commit is contained in:
@@ -20,6 +20,27 @@
|
||||
}
|
||||
|
||||
|
||||
// Inverse
|
||||
.inverse {
|
||||
color: @gray-lighter;
|
||||
background-color: @gray-dark;
|
||||
}
|
||||
|
||||
|
||||
// Spacing
|
||||
.p-a {
|
||||
padding: @spacer;
|
||||
}
|
||||
.p-h {
|
||||
padding-left: @spacer;
|
||||
padding-right: @spacer;
|
||||
}
|
||||
.p-v {
|
||||
padding-top: @spacer;
|
||||
padding-bottom: @spacer;
|
||||
}
|
||||
|
||||
|
||||
// Toggling content
|
||||
// -------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user