- zoesch.de - blitzkiste.net - gruene-hassberge (norbert.zoesch.de) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
60 lines
1.3 KiB
Plaintext
60 lines
1.3 KiB
Plaintext
// United 3.3.7
|
|
// Bootswatch
|
|
// -----------------------------------------------------
|
|
|
|
@web-font-path: "https://fonts.googleapis.com/css?family=Ubuntu:400,700";
|
|
|
|
.web-font(@path) {
|
|
@import url("@{path}");
|
|
}
|
|
.web-font(@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 ================================================================= |