2
0
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:
Mark Otto
2014-07-14 08:48:26 -07:00
parent 68b71d1a50
commit 4d6ab7c068
8 changed files with 70 additions and 4 deletions
+21
View File
@@ -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
// -------------------------