mirror of
https://github.com/thomaspark/bootswatch.git
synced 2025-10-15 05:52:58 +00:00
spacelab: use #theme-colors for navbar, #885
This commit is contained in:
6
dist/spacelab/_bootswatch.scss
vendored
6
dist/spacelab/_bootswatch.scss
vendored
@@ -24,15 +24,15 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Open+Sans:400italic,700
|
||||
}
|
||||
|
||||
&.bg-primary {
|
||||
@include btn-shadow($primary);
|
||||
@include btn-shadow(map-get($theme-colors, "primary"));
|
||||
}
|
||||
|
||||
&.bg-dark {
|
||||
@include btn-shadow($secondary);
|
||||
@include btn-shadow(map-get($theme-colors, "secondary"));
|
||||
}
|
||||
|
||||
&.bg-light {
|
||||
@include btn-shadow($light);
|
||||
@include btn-shadow(map-get($theme-colors, "light"));
|
||||
|
||||
.nav-link,
|
||||
.navbar-brand {
|
||||
|
@@ -24,15 +24,15 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Open+Sans:400italic,700
|
||||
}
|
||||
|
||||
&.bg-primary {
|
||||
@include btn-shadow($primary);
|
||||
@include btn-shadow(map-get($theme-colors, "primary"));
|
||||
}
|
||||
|
||||
&.bg-dark {
|
||||
@include btn-shadow($secondary);
|
||||
@include btn-shadow(map-get($theme-colors, "secondary"));
|
||||
}
|
||||
|
||||
&.bg-light {
|
||||
@include btn-shadow($light);
|
||||
@include btn-shadow(map-get($theme-colors, "light"));
|
||||
|
||||
.nav-link,
|
||||
.navbar-brand {
|
||||
|
Reference in New Issue
Block a user