mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-07 04:49:37 +00:00
update bootstrap to 4.6.0 & bootswatch 4.6.0 - fix some themes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// United 4.5.3
|
||||
// United 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// United 4.5.3
|
||||
// United 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
//
|
||||
@@ -34,7 +34,7 @@ $success: $green !default;
|
||||
$info: $cyan !default;
|
||||
$warning: $yellow !default;
|
||||
$danger: $red !default;
|
||||
$light: $gray-200 !default;
|
||||
$light: $gray-100 !default;
|
||||
$dark: $purple !default;
|
||||
|
||||
$yiq-contrasted-threshold: 200 !default;
|
||||
@@ -53,6 +53,13 @@ $font-family-sans-serif: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe
|
||||
$table-dark-bg: $dark !default;
|
||||
$table-dark-border-color: darken($dark, 5%) !default;
|
||||
|
||||
|
||||
// Navbar
|
||||
|
||||
$navbar-padding-y: .7rem !default;
|
||||
$navbar-padding-y: .7rem !default;
|
||||
|
||||
// Breadcrumb
|
||||
|
||||
$breadcrumb-padding-y: .75rem !default;
|
||||
$breadcrumb-padding-x: .25rem !default;
|
||||
$breadcrumb-item-padding: .25rem !default;
|
||||
Reference in New Issue
Block a user