diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-02-05 21:05:48 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-02-05 21:05:48 -0500 |
commit | 6fc2f688f8a9c679381d5e8cd003e35317cf144f (patch) | |
tree | 7549c2ca8f514cd1a21ff0ab9b086ddaf554bf1b /amelia | |
parent | 6fc7bce63ba73ecea8d3afdba73adf6d5c80816d (diff) |
tabs to spaces
Diffstat (limited to 'amelia')
-rw-r--r-- | amelia/bootswatch.less | 108 |
1 files changed, 54 insertions, 54 deletions
diff --git a/amelia/bootswatch.less b/amelia/bootswatch.less index b4cde803..57f3166a 100644 --- a/amelia/bootswatch.less +++ b/amelia/bootswatch.less @@ -8,125 +8,125 @@ .navbar { - &-brand { - font-family: 'Lobster', cursive; - } + &-brand { + font-family: 'Lobster', cursive; + } } // Buttons ==================================================================== .btn { - - .caret { - border-top-color: #fff; - } + + .caret { + border-top-color: #fff; + } } .btn-default { - &:hover { - color: @btn-default-color; - } + &:hover { + color: @btn-default-color; + } - .caret { - border-top-color: @btn-default-color; - } + .caret { + border-top-color: @btn-default-color; + } } // Typography ================================================================= .text-primary, .text-primary:hover { - color: lighten(@brand-primary, 40%); + color: lighten(@brand-primary, 40%); } .text-success, .text-success:hover { - color: lighten(@brand-success, 20%); + color: lighten(@brand-success, 20%); } .text-danger, .text-danger:hover { - color: lighten(@brand-danger, 20%); + color: lighten(@brand-danger, 20%); } .text-warning, .text-warning:hover { - color: lighten(@brand-warning, 20%); + color: lighten(@brand-warning, 20%); } .text-info, .text-info:hover { - color: lighten(@brand-info, 40%); + color: lighten(@brand-info, 40%); } // Tables ===================================================================== .table-responsive > .table { - background-color: @table-bg; + background-color: @table-bg; } // Forms ====================================================================== .has-warning { - .help-block, - .control-label { - color: lighten(@brand-warning, 20%); - } + .help-block, + .control-label { + color: lighten(@brand-warning, 20%); + } - .form-control, - .form-control:focus { - border-color: lighten(@brand-warning, 20%); - } + .form-control, + .form-control:focus { + border-color: lighten(@brand-warning, 20%); + } } .has-error { - .help-block, - .control-label { - color: lighten(@brand-primary, 40%); - } + .help-block, + .control-label { + color: lighten(@brand-primary, 40%); + } - .form-control, - .form-control:focus { - border-color: lighten(@brand-primary, 40%); - } + .form-control, + .form-control:focus { + border-color: lighten(@brand-primary, 40%); + } } .has-success { - .help-block, - .control-label { - color: lighten(@brand-success, 20%); - } + .help-block, + .control-label { + color: lighten(@brand-success, 20%); + } - .form-control, - .form-control:focus { - border-color: lighten(@brand-success, 20%); - } + .form-control, + .form-control:focus { + border-color: lighten(@brand-success, 20%); + } } legend { - font-family: 'Lobster', cursive; - color: #fff; + font-family: 'Lobster', cursive; + color: #fff; } .input-group-addon { - color: @btn-default-color; + color: @btn-default-color; } // Navs ======================================================================= .pagination { - a:hover { - color: #fff; - } + a:hover { + color: #fff; + } } .pager { - a:hover { - color: #fff; - } + a:hover { + color: #fff; + } } // Indicators ================================================================= @@ -136,9 +136,9 @@ legend { // Containers ================================================================= .list-group-item { - background-color: lighten(@body-bg, 5%); + background-color: lighten(@body-bg, 5%); } .popover { - color: @gray-dark; + color: @gray-dark; } |