From 0501a78aa63ee43167f6fd103f9e810f46c8bcaf Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 24 Aug 2012 21:27:41 -0400 Subject: all: organized sections in less --- amelia/bootswatch.less | 63 ++++++++++++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 28 deletions(-) (limited to 'amelia') 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 +// ----------------------------------------------------- -- cgit v1.2.3