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

Bootstrap5 (#17)

* Bootstrap5 migration
This commit is contained in:
catborise 2021-07-07 14:12:38 +03:00 committed by GitHub
parent 1663a49cee
commit 073b7b6717
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
244 changed files with 9494 additions and 8597 deletions

View file

@ -1,6 +1,8 @@
// Sketchy 4.6.0
// Sketchy 5.0.2
// Bootswatch
$theme: "sketchy" !default;
//
// Color system
//
@ -37,7 +39,7 @@ $danger: $red !default;
$light: $white !default;
$dark: $gray-700 !default;
$yiq-contrasted-threshold: 200 !default;
$min-contrast-ratio: 1.6 !default;
// Links
@ -61,8 +63,8 @@ $blockquote-small-color: $gray-800 !default;
// Tables
$table-accent-bg: $gray-400 !default;
$table-hover-bg: $white !default;
$table-accent-bg: transparent;
$table-hover-bg: $gray-100 !default;
$table-border-width: 2px !default;
$table-border-color: $gray-800 !default;
@ -104,10 +106,6 @@ $pagination-hover-border-color: $gray-800 !default;
$pagination-disabled-color: $gray-400 !default;
$pagination-disabled-border-color: $gray-800 !default;
// Jumbotron
$jumbotron-bg: transparent !default;
// Cards
$card-border-width: 2px !default;
@ -149,11 +147,17 @@ $list-group-action-color: $gray-800 !default;
// Breadcrumbs
$breadcrumb-bg: $white !default;
$breadcrumb-padding-y: .375rem !default;
$breadcrumb-padding-x: .75rem !default;
$breadcrumb-divider-color: $gray-800 !default;
$breadcrumb-active-color: $gray-800 !default;
$breadcrumb-border-radius: .25rem !default;
// Close
$close-color: $white !default;
$close-text-shadow: none !default;
$btn-close-color: inherit !default;
$btn-close-opacity: 1 !default;
$btn-close-hover-opacity: 1 !default;
$btn-close-focus-shadow: none !default;
$link-decoration: none !default;