3.0.0 -> 3.0.1
[bootswatch] / united / bootswatch.less
old mode 100755 (executable)
new mode 100644 (file)
index 5f26461..11dec68
-// Bootswatch.less
-// Swatch: United
+// United 3.0.1
+// Bootswatch
 // -----------------------------------------------------
 
-// TYPOGRAPHY
-// -----------------------------------------------------
-
-// Ubuntu web font
-@import url(http://fonts.googleapis.com/css?family=Ubuntu);
+@import url("//fonts.googleapis.com/css?family=Ubuntu");
 
-// NAVBAR
-// -----------------------------------------------------
+// Navbar =====================================================================
 
-// Added dividers to items
-.navbar .nav > li > a {
-       border-right: 1px solid #C03D14;
-       border-left: 1px solid #E6633A;
-       
-       &:hover {
-               background-color: @linkColorHover;
-       }
-}
+// Buttons ====================================================================
 
-// Lightened color of active item
-.navbar .nav .active > a,
-.navbar .nav .active > a:hover {
-  background-color: rgba(0,0,0,.2);
-}
+// Typography =================================================================
 
-// Styled item divider
-.navbar .divider-vertical {
-       background-color: inherit;
-       border-right: 0px solid #CE4213;
-}
+// Tables =====================================================================
 
-.navbar .navbar-text > a {
-       color: @white;
-       text-decoration: underline;
-       
-       &:hover {
-               color: #ddd;
-       }
-}
+// Forms ======================================================================
 
-.navbar-search .search-query {
-       border: 1px solid darken(@navbarBackground, 15%);
-}
+// Navs =======================================================================
 
-.navbar .nav-collapse > .nav > li .dropdown-menu a {
-       color: @linkColor;
-       
-       &:hover {
-               color: @white;
-       }
-}
+.pagination {
 
-.navbar .nav-collapse.collapse > .nav li > a {
-       color: @white;
-       border-left: 0px solid @orange;
-       border-right: 0px solid @orange;
-       
-       &:hover {
-               background-color: #2B7CAC;
+       .active > a,
+       .active > a:hover {
+               border-color: #ddd;
        }
 }
 
-.navbar .nav-collapse .navbar-form,
-.navbar .nav-collapse .navbar-search {
-       border-top: 0px solid @orange;
-       border-bottom: 0px solid @orange;
-       .box-shadow(none);
-}
-
-// BUTTONS
-// -----------------------------------------------------
-
-// Reversed gradient on primary button
-.btn-primary {
-  .buttonBackground(lighten(@primaryButtonBackground, 15%), @primaryButtonBackground);
-}
-
-// Made warning button yellow since orange is taken
-.btn-warning {
-  .buttonBackground(lighten(@yellow, 15%), @yellow);
-  
-  .caret {
-    border-top-color: @white;
-    .opacity(75);
-  }
-}
-
-
+// Indicators =================================================================
 
-// ALERTS
-// -----------------------------------------------------
-
-// Removed text-shadow
-.alert {
-       text-shadow: none !important;
-}
+// Progress bars ==============================================================
 
+// Containers =================================================================
\ No newline at end of file