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:
parent
05e4c72df0
commit
a5c1d8c308
64 changed files with 180 additions and 144 deletions
|
@ -1,4 +1,4 @@
|
|||
// Cerulean 4.5.3
|
||||
// Cerulean 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Cerulean 4.5.3
|
||||
// Cerulean 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Cosmo 4.5.3
|
||||
// Cosmo 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Cosmo 4.5.3
|
||||
// Cosmo 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Cyborg 4.5.3
|
||||
// Cyborg 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Cyborg 4.5.3
|
||||
// Cyborg 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Darkly 4.5.3
|
||||
// Darkly 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Darkly 4.5.3
|
||||
// Darkly 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
//
|
||||
|
@ -83,7 +83,7 @@ $dropdown-link-hover-bg: $primary !default;
|
|||
|
||||
// Navs
|
||||
|
||||
$nav-link-padding-x: 1.5rem !default;
|
||||
$nav-link-padding-x: 1.25rem !default;
|
||||
$nav-link-disabled-color: $gray-500 !default;
|
||||
$nav-tabs-border-color: $gray-700 !default;
|
||||
$nav-tabs-link-hover-border-color: $nav-tabs-border-color $nav-tabs-border-color transparent !default;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Flatly 4.5.3
|
||||
// Flatly 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Flatly 4.5.3
|
||||
// Flatly 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
//
|
||||
|
@ -66,7 +66,7 @@ $dropdown-link-hover-bg: $primary !default;
|
|||
// Navs
|
||||
|
||||
$nav-link-padding-y: .5rem !default !default;
|
||||
$nav-link-padding-x: 1.5rem !default;
|
||||
$nav-link-padding-x: 1.25rem !default;
|
||||
$nav-link-disabled-color: $gray-600 !default !default;
|
||||
$nav-tabs-border-color: $gray-200 !default;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Journal 4.5.3
|
||||
// Journal 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Journal 4.5.3
|
||||
// Journal 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Litera 4.5.3
|
||||
// Litera 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
// Navbar ======================================================================
|
||||
|
@ -24,20 +24,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Buttons =====================================================================
|
||||
|
||||
.btn {
|
||||
border-radius: 1.078em;
|
||||
|
||||
&-lg {
|
||||
border-radius: 2.688em;
|
||||
}
|
||||
|
||||
&-sm {
|
||||
border-radius: .844em;
|
||||
}
|
||||
}
|
||||
|
||||
// Typography ==================================================================
|
||||
|
||||
p {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Litera 4.5.3
|
||||
// Litera 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
//
|
||||
|
@ -65,15 +65,17 @@ $btn-font-family: $font-family-sans-serif !default;
|
|||
$btn-font-size: .875rem !default;
|
||||
$btn-font-size-sm: .688rem !default;
|
||||
|
||||
$btn-border-radius: 1.078em !default;
|
||||
$btn-border-radius-lg: 2.688em !default;
|
||||
$btn-border-radius-sm: .844em !default;
|
||||
|
||||
// Forms
|
||||
|
||||
$input-border-color: rgba(0, 0, 0, .1) !default;
|
||||
$input-group-addon-bg: $gray-200 !default !default;
|
||||
$input-border-color: rgba(0, 0, 0, .1) !default;
|
||||
$input-group-addon-bg: $gray-200 !default !default;
|
||||
|
||||
// Navbar
|
||||
|
||||
$navbar-padding-y: .7rem !default;
|
||||
|
||||
$navbar-dark-color: rgba($white, .6) !default;
|
||||
$navbar-dark-hover-color: $white !default;
|
||||
$navbar-light-hover-color: $body-color !default;
|
||||
|
@ -86,8 +88,8 @@ $tooltip-font-size: 11px !default;
|
|||
// Badges
|
||||
|
||||
$badge-font-weight: 400 !default;
|
||||
$badge-padding-y: .3em !default;
|
||||
$badge-padding-x: .6em !default;
|
||||
$badge-padding-y: .6em !default;
|
||||
$badge-padding-x: 1.2em !default;
|
||||
|
||||
// Alerts
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lumen 4.5.3
|
||||
// Lumen 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lumen 4.5.3
|
||||
// Lumen 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lux 4.5.3
|
||||
// Lux 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
|
||||
|
@ -22,7 +22,7 @@ $web-font-path: "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;6
|
|||
}
|
||||
|
||||
&-brand {
|
||||
margin-right: 1rem;
|
||||
margin-right: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -43,7 +43,7 @@ $web-font-path: "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;6
|
|||
}
|
||||
|
||||
.nav-item {
|
||||
margin-right: 1rem;
|
||||
margin-right: .5rem;
|
||||
}
|
||||
|
||||
// Buttons =====================================================================
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Lux 4.5.3
|
||||
// Lux 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
//
|
||||
|
@ -72,12 +72,12 @@ $input-btn-border-width: 0 !default;
|
|||
// Buttons
|
||||
|
||||
$btn-line-height: 1.5rem !default;
|
||||
$input-btn-padding-y: .6rem !default;
|
||||
$input-btn-padding-x: 1.2rem !default;
|
||||
$input-btn-padding-y-sm: .4rem !default;
|
||||
$input-btn-padding-x-sm: .8rem !default;
|
||||
$input-btn-padding-y-lg: 2rem !default;
|
||||
$input-btn-padding-x-lg: 2rem !default;
|
||||
$input-btn-padding-y: .5rem !default;
|
||||
$input-btn-padding-x: 1rem !default;
|
||||
$input-btn-padding-y-sm: .25rem !default;
|
||||
$input-btn-padding-x-sm: .75rem !default;
|
||||
$input-btn-padding-y-lg: 1rem !default;
|
||||
$input-btn-padding-x-lg: 1rem !default;
|
||||
$btn-font-weight: 600 !default;
|
||||
|
||||
// Forms
|
||||
|
@ -95,6 +95,7 @@ $navbar-light-color: rgba($black, .3) !default;
|
|||
$navbar-light-hover-color: $gray-900 !default;
|
||||
$navbar-light-active-color: $gray-900 !default;
|
||||
|
||||
|
||||
// Pagination
|
||||
|
||||
$pagination-border-color: transparent !default;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Materia 4.5.3
|
||||
// Materia 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
|
||||
|
@ -287,7 +287,7 @@ select,
|
|||
select.form-control {
|
||||
appearance: none;
|
||||
padding: .5rem 0;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4'%3E%3Cpolygon fill='%23666' points='8 0 4 4 0 0'/%3E%3C/svg%3E%0A");
|
||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4'%3e%3cpolygon fill='%23666' points='8 0 4 4 0 0'/%3e%3c/svg%3e%0a");
|
||||
background-size: 8px 4px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: right center;
|
||||
|
@ -309,7 +309,7 @@ select.form-control {
|
|||
|
||||
&:focus {
|
||||
box-shadow: inset 0 -2px 0 $primary;
|
||||
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4'%3E%3Cpolygon fill='%23212121' points='8 0 4 4 0 0'/%3E%3C/svg%3E%0A");
|
||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4'%3e%3cpolygon fill='%23212121' points='8 0 4 4 0 0'/%3e%3c/svg%3e%0a");
|
||||
}
|
||||
|
||||
&[multiple] {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Materia 4.5.3
|
||||
// Materia 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
//
|
||||
|
@ -54,12 +54,12 @@ $font-weight-base: 400 !default;
|
|||
|
||||
// Buttons
|
||||
|
||||
$input-btn-padding-y: .8rem !default;
|
||||
$input-btn-padding-y: .5rem !default;
|
||||
$input-btn-padding-x: 1rem !default;
|
||||
|
||||
// Forms
|
||||
|
||||
$input-padding-y: 1rem !default;
|
||||
$input-padding-y: .5rem !default;
|
||||
$input-padding-x: 0 !default;
|
||||
$input-padding-y-sm: 0 !default;
|
||||
$input-padding-x-sm: 0 !default;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Minty 4.5.3
|
||||
// Minty 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
|
||||
|
@ -33,7 +33,7 @@ $web-font-path: "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;50
|
|||
|
||||
&-light,
|
||||
&-light:hover {
|
||||
color: $gray-700;
|
||||
color: $gray-900;
|
||||
}
|
||||
|
||||
&-link,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Minty 4.5.3
|
||||
// Minty 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
//
|
||||
|
@ -34,7 +34,7 @@ $success: $green !default;
|
|||
$info: $cyan !default;
|
||||
$warning: $yellow !default;
|
||||
$danger: $red !default;
|
||||
$light: $gray-100 !default;
|
||||
$light: $primary !default;
|
||||
$dark: $gray-800 !default;
|
||||
|
||||
$yiq-contrasted-threshold: 250 !default;
|
||||
|
@ -54,7 +54,6 @@ $border-radius-sm: .3rem !default;
|
|||
// stylelint-disable-next-line value-keyword-case
|
||||
$headings-font-family: Montserrat, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default;
|
||||
$headings-color: $gray-700 !default;
|
||||
$font-size-base: .875rem !default;
|
||||
|
||||
// Tables
|
||||
|
||||
|
@ -67,8 +66,6 @@ $dropdown-link-hover-bg: $secondary !default;
|
|||
|
||||
// Navbar
|
||||
|
||||
$navbar-padding-y: .7rem !default;
|
||||
|
||||
$navbar-dark-color: rgba($white, .6) !default;
|
||||
$navbar-dark-hover-color: $white !default;
|
||||
$navbar-light-color: rgba($black, .3) !default;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Pulse 4.5.3
|
||||
// Pulse 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
// Buttons =====================================================================
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Pulse 4.5.3
|
||||
// Pulse 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
//
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Simplex 4.5.3
|
||||
// Simplex 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Simplex 4.5.3
|
||||
// Simplex 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
//
|
||||
|
@ -54,7 +54,7 @@ $dropdown-link-hover-bg: $primary !default;
|
|||
|
||||
// Navs
|
||||
|
||||
$nav-link-padding-y: .7rem !default;
|
||||
$nav-link-padding-y: .9rem !default;
|
||||
$nav-link-disabled-color: $gray-400 !default;
|
||||
$nav-tabs-border-color: darken(#fff, 6.5%) !default;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Sketchy 4.5.3
|
||||
// Sketchy 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Sketchy 4.5.3
|
||||
// Sketchy 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Slate 4.5.3
|
||||
// Slate 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
|
||||
|
@ -525,7 +525,7 @@ legend {
|
|||
}
|
||||
|
||||
.list-group {
|
||||
&-item:hover {
|
||||
&-item-action:hover {
|
||||
background-color: darken($gray-900, 5%);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Slate 4.5.3
|
||||
// Slate 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Solar 4.5.3
|
||||
// Solar 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Solar 4.5.3
|
||||
// Solar 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Spacelab 4.5.3
|
||||
// Spacelab 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
|
@ -1,4 +1,4 @@
|
|||
// Superhero 4.5.3
|
||||
// Superhero 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Superhero 4.5.3
|
||||
// Superhero 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
//
|
||||
|
|
|
@ -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;
|
|
@ -1,4 +1,4 @@
|
|||
// Yeti 4.5.3
|
||||
// Yeti 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Yeti 4.5.3
|
||||
// Yeti 4.6.0
|
||||
// Bootswatch
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue