diff options
Diffstat (limited to 'united/_bootswatch.scss')
-rw-r--r-- | united/_bootswatch.scss | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/united/_bootswatch.scss b/united/_bootswatch.scss new file mode 100644 index 00000000..e34037ca --- /dev/null +++ b/united/_bootswatch.scss @@ -0,0 +1,42 @@ +// United 3.3.0 +// Bootswatch +// ----------------------------------------------------- + +@import url("//fonts.googleapis.com/css?family=Ubuntu"); + +// Navbar ===================================================================== + +.navbar { + + &-default { + + .badge { + background-color: #fff; + color: $navbar-default-bg; + } + } + + &-inverse { + + .badge { + background-color: #fff; + color: $navbar-inverse-bg; + } + } +} + +// Buttons ==================================================================== + +// Typography ================================================================= + +// Tables ===================================================================== + +// Forms ====================================================================== + +// Navs ======================================================================= + +// Indicators ================================================================= + +// Progress bars ============================================================== + +// Containers =================================================================
\ No newline at end of file |