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 @@
// Sandstone 4.5.3
// Sandstone 4.6.0
// Bootswatch
@ -22,7 +22,7 @@ $web-font-path: "https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;70
}
.sandstone {
font-size: 11px;
font-size: 12px;
line-height: 22px;
font-weight: 500;
text-transform: uppercase;

View file

@ -1,4 +1,4 @@
// Sandstone 4.5.3
// Sandstone 4.6.0
// Bootswatch
//
@ -51,7 +51,7 @@ $link-color: $success !default;
// stylelint-disable-next-line value-keyword-case
$font-family-sans-serif: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
$font-size-base: .875rem !default;
$font-size-base: .975rem !default;
$headings-font-weight: 400 !default;
// Dropdowns
@ -64,7 +64,7 @@ $dropdown-link-active-bg: $dropdown-link-hover-bg !default;
// Navs
$nav-link-padding-x: .9rem !default;
$nav-link-padding-x: 1.25rem !default;
$nav-link-disabled-color: $gray-300 !default;
$nav-tabs-border-color: $gray-300 !default;
$nav-tabs-link-hover-border-color: $gray-300 !default;