summaryrefslogtreecommitdiff
path: root/spacelab/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-08-24 21:27:41 -0400
committerThomas Park <thomas@thomaspark.me>2012-08-24 21:27:41 -0400
commit0501a78aa63ee43167f6fd103f9e810f46c8bcaf (patch)
tree0c24e26b405accf8f25e95ede72b2546a5504d42 /spacelab/bootswatch.less
parent74c226b2c3495871e73d3b389c41ebcaff8bd120 (diff)
all: organized sections in less
Diffstat (limited to 'spacelab/bootswatch.less')
-rwxr-xr-xspacelab/bootswatch.less29
1 files changed, 24 insertions, 5 deletions
diff --git a/spacelab/bootswatch.less b/spacelab/bootswatch.less
index 987fd039..068f1ed3 100755
--- a/spacelab/bootswatch.less
+++ b/spacelab/bootswatch.less
@@ -3,6 +3,12 @@
// Version: 2.1.0
// -----------------------------------------------------
+// TYPOGRAPHY
+// -----------------------------------------------------
+
+// SCAFFOLDING
+// -----------------------------------------------------
+
// NAVBAR
// -----------------------------------------------------
@@ -124,6 +130,9 @@ div.subnav {
}
}
+// NAV
+// -----------------------------------------------------
+
.nav > li.dropdown > .dropdown-toggle,
.nav > li.dropdown.active > .dropdown-toggle,
.nav > li.dropdown.open > .dropdown-toggle,
@@ -141,7 +150,7 @@ div.subnav {
}
}
-// BUTTON
+// BUTTONS
// -----------------------------------------------------
.btn {
@@ -183,22 +192,29 @@ div.subnav {
.buttonBackground(lighten(@purple, 5%), @purple);
}
+// TABLES
+// -----------------------------------------------------
// FORMS
// -----------------------------------------------------
.control-group.warning {
- .formFieldState(#E29235, #E29235, @warningBackground);
+ .formFieldState(#E29235, #E29235, @warningBackground);
}
.control-group.error {
- .formFieldState(#C00, #C00, @errorBackground);
+ .formFieldState(#C00, #C00, @errorBackground);
}
.control-group.success {
- .formFieldState(#2BA949, #2BA949, @successBackground);
+ .formFieldState(#2BA949, #2BA949, @successBackground);
}
+// DROPDOWNS
+// -----------------------------------------------------
+
+// ALERTS, LABELS, BADGES
+// -----------------------------------------------------
// MISC
// -----------------------------------------------------
@@ -211,4 +227,7 @@ div.subnav {
.hero-unit {
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
border: 1px solid rgba(0,0,0,.05);
-} \ No newline at end of file
+}
+
+// MEDIA QUERIES
+// -----------------------------------------------------