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 /journal | |
parent | 6fc7bce63ba73ecea8d3afdba73adf6d5c80816d (diff) |
tabs to spaces
Diffstat (limited to 'journal')
-rw-r--r-- | journal/bootswatch.less | 94 |
1 files changed, 47 insertions, 47 deletions
diff --git a/journal/bootswatch.less b/journal/bootswatch.less index c23a51db..963d5396 100644 --- a/journal/bootswatch.less +++ b/journal/bootswatch.less @@ -7,15 +7,15 @@ // Navbar ===================================================================== .navbar { - font-size: 18px; - font-family: @font-family-sans-serif; - font-weight: @headings-font-weight; + font-size: 18px; + font-family: @font-family-sans-serif; + font-weight: @headings-font-weight; } .navbar-brand { - font-size: 18px; - font-weight: @headings-font-weight; - text-transform: uppercase; + font-size: 18px; + font-weight: @headings-font-weight; + text-transform: uppercase; } // Buttons ==================================================================== @@ -27,39 +27,39 @@ // Forms ====================================================================== .has-warning { - .help-block, - .control-label { - color: @brand-danger; - } - - .form-control, - .form-control:focus { - border-color: @brand-danger; - } + .help-block, + .control-label { + color: @brand-danger; + } + + .form-control, + .form-control:focus { + border-color: @brand-danger; + } } .has-error { - .help-block, - .control-label { - color: @brand-primary; - } - - .form-control, - .form-control:focus { - border-color: @brand-primary; - } + .help-block, + .control-label { + color: @brand-primary; + } + + .form-control, + .form-control:focus { + border-color: @brand-primary; + } } .has-success { - .help-block, - .control-label { - color: @brand-success; - } - - .form-control, - .form-control:focus { - border-color: @brand-success; - } + .help-block, + .control-label { + color: @brand-success; + } + + .form-control, + .form-control:focus { + border-color: @brand-success; + } } // Navs ======================================================================= @@ -72,24 +72,24 @@ .jumbotron { - h1, h2, h3, h4, h5, h6 { - font-family: @font-family-sans-serif; - font-weight: @headings-font-weight; - color: #000; - } + h1, h2, h3, h4, h5, h6 { + font-family: @font-family-sans-serif; + font-weight: @headings-font-weight; + color: #000; + } } .panel { - &-primary, - &-success, - &-warning, - &-danger, - &-info { - .panel-title { - color: #fff; - } - } + &-primary, + &-success, + &-warning, + &-danger, + &-info { + .panel-title { + color: #fff; + } + } } |