Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
hirro committed Jan 7, 2016
1 parent e0381d3 commit 7748833
Show file tree
Hide file tree
Showing 4 changed files with 928 additions and 0 deletions.
56 changes: 56 additions & 0 deletions src/main/scss/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
// United 3.3.5
// Bootswatch
// -----------------------------------------------------

$web-font-path: "https://fonts.googleapis.com/css?family=Ubuntu:400,700" !default;
@import url($web-font-path);

// Navbar =====================================================================

.navbar {

&-default {

.badge {
background-color: #fff;
color: $navbar-default-bg;
}
}

&-inverse {

.badge {
background-color: #fff;
color: $navbar-inverse-bg;
}
}
}

@media (max-width: $grid-float-breakpoint-max) {

.navbar {

.dropdown-menu {
a {
color: #fff;
}
}
}
}


// Buttons ====================================================================

// Typography =================================================================

// Tables =====================================================================

// Forms ======================================================================

// Navs =======================================================================

// Indicators =================================================================

// Progress bars ==============================================================

// Containers =================================================================
Loading

0 comments on commit 7748833

Please sign in to comment.