3.0.0 -> 3.0.1
[bootswatch] / united / bootswatch.less
old mode 100755 (executable)
new mode 100644 (file)
index 20a3d4b..11dec68
@@ -1,93 +1,31 @@
-// Bootswatch.less
-// Swatch: United
-// Version: 2.0.4
+// United 3.0.1
+// Bootswatch
 // -----------------------------------------------------
 
-// TYPOGRAPHY
-// -----------------------------------------------------
+@import url("//fonts.googleapis.com/css?family=Ubuntu");
 
-@import url(https://fonts.googleapis.com/css?family=Ubuntu);
+// Navbar =====================================================================
 
-// NAVBAR
-// -----------------------------------------------------
+// Buttons ====================================================================
 
-.navbar {
+// Typography =================================================================
 
-       .nav > li > a {
-               border-right: 1px solid #C03D14;
-               border-left: 1px solid #E6633A;
+// Tables =====================================================================
 
-               &:hover {
-                       background-color: @linkColorHover;
-               }
-       }
+// Forms ======================================================================
 
-       .nav .active > a,
-       .nav .active > a:hover {
-         background-color: rgba(0,0,0,.2);
-       }
+// Navs =======================================================================
 
-       .divider-vertical {
-               background-color: inherit;
-               border-right: 0px solid #CE4213;
-       }
-
-       .navbar-text {
-               padding: 9px 10px 11px;
-               line-height: 19px;
-               color: @white;
-       }
+.pagination {
 
-       .navbar-search .search-query {
-               margin-bottom: 3px;
-               border: 1px solid darken(@navbarBackground, 15%);
+       .active > a,
+       .active > a:hover {
+               border-color: #ddd;
        }
-
-       .nav-collapse.collapse > .nav li > a {
-               color: @white;
-               border-left: 0px solid @orange;
-               border-right: 0px solid @orange;
-
-               &:hover {
-                       background-color: @linkColorHover;
-               }
-       }
-
-       .nav-collapse.collapse .navbar-form,
-       .nav-collapse.collapse .navbar-search {
-               border-top: 0px solid @orange;
-               border-bottom: 0px solid @orange;
-               .box-shadow(none);
-       }
-}
-
-// BUTTONS
-// -----------------------------------------------------
-
-.btn-primary {
-  .buttonBackground(lighten(@btnPrimaryBackground, 15%), @btnPrimaryBackground);
 }
 
-.btn-warning {
-  .buttonBackground(lighten(@yellow, 15%), @yellow);
-}
-
-// FORMS
-// -----------------------------------------------------
+// Indicators =================================================================
 
+// Progress bars ==============================================================
 
-// MISC
-// -----------------------------------------------------
-
-.alert {
-       text-shadow: none;
-}
-
-.hero-unit {
-    border: 1px solid rgba(0,0,0,.05);
-    .box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
-
-       h1 {
-               line-height: 1.6em;
-       }
-}
+// Containers =================================================================
\ No newline at end of file