summaryrefslogtreecommitdiff
path: root/cosmo
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-02-05 21:05:48 -0500
committerThomas Park <thomas@thomaspark.me>2014-02-05 21:05:48 -0500
commit6fc2f688f8a9c679381d5e8cd003e35317cf144f (patch)
tree7549c2ca8f514cd1a21ff0ab9b086ddaf554bf1b /cosmo
parent6fc7bce63ba73ecea8d3afdba73adf6d5c80816d (diff)
tabs to spaces
Diffstat (limited to 'cosmo')
-rw-r--r--cosmo/bootswatch.less112
1 files changed, 56 insertions, 56 deletions
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;
+ }
}