From 6fc2f688f8a9c679381d5e8cd003e35317cf144f Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Wed, 5 Feb 2014 21:05:48 -0500 Subject: tabs to spaces --- cosmo/bootswatch.less | 112 +++++++++++++++++++++++++------------------------- 1 file changed, 56 insertions(+), 56 deletions(-) (limited to 'cosmo') diff --git a/cosmo/bootswatch.less b/cosmo/bootswatch.less index f4e221da..130124d6 100644 --- a/cosmo/bootswatch.less +++ b/cosmo/bootswatch.less @@ -9,135 +9,135 @@ // Buttons ==================================================================== .btn { - border: none; + border: none; } // Typography ================================================================= .text-primary, .text-primary:hover { - color: @brand-primary; + color: @brand-primary; } .text-success, .text-success:hover { - color: @brand-success; + color: @brand-success; } .text-danger, .text-danger:hover { - color: @brand-danger; + color: @brand-danger; } .text-warning, .text-warning:hover { - color: @brand-warning; + color: @brand-warning; } .text-info, .text-info:hover { - color: @brand-info; + color: @brand-info; } // Tables ===================================================================== .table { - tr.success, - tr.warning, - tr.danger { - color: #fff; - } + tr.success, + tr.warning, + tr.danger { + color: #fff; + } } // Forms ====================================================================== .has-warning { - .help-block, - .control-label { - color: @brand-warning; - } + .help-block, + .control-label { + color: @brand-warning; + } - .form-control, - .form-control:focus { - border: 1px solid @brand-warning; - } + .form-control, + .form-control:focus { + border: 1px solid @brand-warning; + } } .has-error { - .help-block, - .control-label { - color: @brand-danger; - } + .help-block, + .control-label { + color: @brand-danger; + } - .form-control, - .form-control:focus { - border: 1px solid @brand-danger; - } + .form-control, + .form-control:focus { + border: 1px solid @brand-danger; + } } .has-success { - .help-block, - .control-label { - color: @brand-success; - } + .help-block, + .control-label { + color: @brand-success; + } - .form-control, - .form-control:focus { - border: 1px solid @brand-success; - } + .form-control, + .form-control:focus { + border: 1px solid @brand-success; + } } // Navs ======================================================================= .nav-pills { - & > li > a { - border-radius: 0; - } + & > li > a { + border-radius: 0; + } } .dropdown-menu { - & > li > a:hover, - & > li > a:focus { - background-image: none; - } + & > li > a:hover, + & > li > a:focus { + background-image: none; + } } // Indicators ================================================================= .alert { - border: none; + border: none; - .alert-link { - text-decoration: underline; - color: #fff; - } + .alert-link { + text-decoration: underline; + color: #fff; + } } .label { - border-radius: 0; + border-radius: 0; } .close { - opacity: 1; + opacity: 1; } // Progress bars ============================================================== .progress { - height: 8px; - .box-shadow(none); + height: 8px; + .box-shadow(none); } // Containers ================================================================= .panel { - &-heading, - &-footer { - border-top-right-radius: 0; - border-top-left-radius: 0; - } + &-heading, + &-footer { + border-top-right-radius: 0; + border-top-left-radius: 0; + } } -- cgit v1.2.3