1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

update bootstrap to 4.6.0 & bootswatch 4.6.0 - fix some themes

This commit is contained in:
catborise 2021-03-30 15:34:31 +03:00
parent 05e4c72df0
commit a5c1d8c308
64 changed files with 180 additions and 144 deletions

View file

@ -1,4 +1,4 @@
// Spacelab 4.5.3
// Spacelab 4.6.0
// Bootswatch

View file

@ -1,4 +1,4 @@
// Spacelab 4.5.3
// Spacelab 4.6.0
// Bootswatch
//
@ -51,14 +51,16 @@ $link-color: $info !default;
// stylelint-disable-next-line value-keyword-case
$font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
$font-size-base: .9375rem !default;
$font-size-sm: $font-size-base * .88 !default;
$headings-font-weight: 300 !default;
$headings-color: $gray-900 !default;
// Navbar
$navbar-padding-y: .7rem !default;
$navbar-dark-color: rgba($white, .75) !default;
$navbar-dark-hover-color: $white !default;
$navbar-light-color: rgba($black, .4) !default;
$navbar-light-hover-color: $info !default;
$navbar-light-active-color: $info !default;
$navbar-padding-y: .7rem !default;