summaryrefslogtreecommitdiff
path: root/amelia/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 /amelia/bootswatch.less
parent74c226b2c3495871e73d3b389c41ebcaff8bd120 (diff)
all: organized sections in less
Diffstat (limited to 'amelia/bootswatch.less')
-rwxr-xr-xamelia/bootswatch.less63
1 files changed, 35 insertions, 28 deletions
diff --git a/amelia/bootswatch.less b/amelia/bootswatch.less
index f0db9880..2aec417c 100755
--- a/amelia/bootswatch.less
+++ b/amelia/bootswatch.less
@@ -616,10 +616,12 @@ input, textarea, .search-query, .uneditable-input,
}
.progress {
+
background-image: none;
background-color: #27666D;
.bar {
+
.box-shadow(none);
background-image: none;
background-color: @yellow;
@@ -644,7 +646,7 @@ input, textarea, .search-query, .uneditable-input,
}
.progress-danger.progress-striped .bar {
- #gradient > .striped(#AD1D28);
+ #gradient > .striped(#AD1D28);
}
.progress-success .bar {
@@ -653,7 +655,7 @@ input, textarea, .search-query, .uneditable-input,
}
.progress-success.progress-striped .bar {
- #gradient > .striped(@green);
+ #gradient > .striped(@green);
}
.progress-info .bar {
@@ -662,45 +664,47 @@ input, textarea, .search-query, .uneditable-input,
}
.progress-info.progress-striped .bar {
- #gradient > .striped(@blue);
+ #gradient > .striped(@blue);
}
.modal {
- .border-radius(0);
-}
-
-.modal-header {
- background-color: @navbarBackground;
- color: @white;
-}
-.modal-body {
-
- color: @grayDark;
+ .border-radius(0);
- h1, h2, h3, h4, h5, h6,
- legend {
- color: @red;
+ &-header {
+ background-color: @navbarBackground;
+ color: @white;
}
- label,
- .input-file {
+ &-body {
+
color: @grayDark;
- }
- .help-block,
- .help-inline {
- color: @grayLight;
- }
+ h1, h2, h3, h4, h5, h6,
+ legend {
+ color: @red;
+ }
+
+ label,
+ .input-file {
+ color: @grayDark;
+ }
+
+ .help-block,
+ .help-inline {
+ color: @grayLight;
+ }
- textarea,
- input,
- .uneditable-input {
- border: 1px solid @grayLight;
+ textarea,
+ input,
+ .uneditable-input {
+ border: 1px solid @grayLight;
+ }
}
}
.popover {
+
padding: 0;
.border-radius(0);
color: @grayDark;
@@ -709,4 +713,7 @@ input, textarea, .search-query, .uneditable-input,
.border-radius(0);
color: @white;
}
-} \ No newline at end of file
+}
+
+// MEDIA QUERIES
+// -----------------------------------------------------