]> iEval git - mindcoding-template-patches.git/blobdiff - tmpl/less/bootswatch.less
Remove extraneous files and fix modes
[mindcoding-template-patches.git] / tmpl / less / bootswatch.less
diff --git a/tmpl/less/bootswatch.less b/tmpl/less/bootswatch.less
deleted file mode 100644 (file)
index 2411c47..0000000
+++ /dev/null
@@ -1,151 +0,0 @@
-// Cosmo 3.0.3
-// Bootswatch
-// -----------------------------------------------------
-
-@import url("//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700");
-
-// Navbar =====================================================================
-
-// Buttons ====================================================================
-
-.btn {
-       border: none;
-}
-
-// Typography =================================================================
-
-.text-primary,
-.text-primary:hover {
-       color: @brand-primary;
-}
-
-.text-success,
-.text-success:hover {
-       color: @brand-success;
-}
-
-.text-danger,
-.text-danger:hover {
-       color: @brand-danger;
-}
-
-.text-warning,
-.text-warning:hover {
-       color: @brand-warning;
-}
-
-.text-info,
-.text-info:hover {
-       color: @brand-info;
-}
-
-// Tables =====================================================================
-
-.table {
-
-       tr.success,
-       tr.warning,
-       tr.danger {
-               color: #fff;
-       }
-}
-
-// Forms ======================================================================
-
-
-.has-warning {
-       .help-block,
-       .control-label {
-               color: @brand-warning;
-       }
-
-       .form-control,
-       .form-control:focus {
-               border: 1px solid @brand-warning;
-       }
-}
-
-.has-error {
-       .help-block,
-       .control-label {
-               color: @brand-danger;
-       }
-
-       .form-control,
-       .form-control:focus {
-               border: 1px solid @brand-danger;
-       }
-}
-
-.has-success {
-       .help-block,
-       .control-label {
-               color: @brand-success;
-       }
-
-       .form-control,
-       .form-control:focus {
-               border: 1px solid @brand-success;
-       }
-}
-
-// Navs =======================================================================
-
-.nav-pills {
-
-       & > li > a {
-               border-radius: 0;
-       }
-}
-
-.dropdown-menu {
-
-       & > li > a:hover,
-       & > li > a:focus {
-               background-image: none;
-       }
-}
-
-.pagination {
-
-       .active > a,
-       .active > a:hover {
-               border-color: #ddd;
-       }
-}
-
-// Indicators =================================================================
-
-.alert {
-       border: none;
-
-       .alert-link {
-               text-decoration: underline;
-               color: #fff;
-       }
-}
-
-.label {
-       border-radius: 0;
-}
-
-.close {
-       opacity: 1;
-}
-
-// Progress bars ==============================================================
-
-.progress {
-       height: 8px;
-       .box-shadow(none);
-}
-
-// Containers =================================================================
-
-.panel {
-       &-heading,
-       &-footer {
-               border-top-right-radius: 0;
-               border-top-left-radius: 0;
-       }
-}
This page took 0.026252 seconds and 4 git commands to generate.