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

Bootstrap & Bootswatch Upgrade: 4.5 -> 4.5.3

This commit is contained in:
catborise 2020-11-06 16:16:40 +03:00
parent 12fa9e7cf1
commit e2e62a3ad4
67 changed files with 1507 additions and 1368 deletions

View file

@ -1,16 +1,16 @@
// Journal 4.5.0
// Journal 4.5.3
// Bootswatch
// Variables ===================================================================
$web-font-path: "https://fonts.googleapis.com/css?family=News+Cycle:400,700&display=swap" !default;
$web-font-path: "https://fonts.googleapis.com/css2?family=News+Cycle:wght@400;700&display=swap" !default;
@import url($web-font-path);
// Navbar ======================================================================
.bg-dark {
background-color: #000 !important;
background-color: $black !important;
}
.bg-light {
@ -19,11 +19,11 @@ $web-font-path: "https://fonts.googleapis.com/css?family=News+Cycle:400,700&disp
border: 1px solid $gray-200;
&.navbar-fixed-top {
border-width: 0 0 1px 0;
border-width: 0 0 1px;
}
&.navbar-fixed-bottom {
border-width: 1px 0 0 0;
border-width: 1px 0 0;
}
}
@ -34,7 +34,7 @@ $web-font-path: "https://fonts.googleapis.com/css?family=News+Cycle:400,700&disp
}
.navbar-brand {
padding-top: 0.5rem;
padding-top: .5rem;
font-size: inherit;
font-weight: $headings-font-weight;
text-transform: uppercase;
@ -52,12 +52,6 @@ $web-font-path: "https://fonts.googleapis.com/css?family=News+Cycle:400,700&disp
}
}
// Typography ==================================================================
// Tables ======================================================================
// Forms =======================================================================
// Navs ========================================================================
.pagination {
@ -65,9 +59,3 @@ $web-font-path: "https://fonts.googleapis.com/css?family=News+Cycle:400,700&disp
text-decoration: none;
}
}
// Indicators ==================================================================
// Progress bars ===============================================================
// Containers ==================================================================

View file

@ -1,4 +1,4 @@
// Journal 4.5.0
// Journal 4.5.3
// Bootswatch
//
@ -17,14 +17,14 @@ $gray-800: #333 !default;
$gray-900: #222 !default;
$black: #000 !default;
$blue: #EB6864 !default;
$blue: #eb6864 !default;
$indigo: #6610f2 !default;
$purple: #6f42c1 !default;
$pink: #e83e8c !default;
$red: #F57A00 !default;
$red: #f57a00 !default;
$orange: #fd7e14 !default;
$yellow: #F5E625 !default;
$green: #22B24C !default;
$yellow: #f5e625 !default;
$green: #22b24c !default;
$teal: #20c997 !default;
$cyan: #369 !default;
@ -40,8 +40,8 @@ $dark: $gray-900 !default;
// Fonts
$headings-font-family: "News Cycle", "Arial Narrow Bold", sans-serif !default;
$headings-font-weight: 700 !default;
$headings-line-height: 1.1 !default;
$headings-font-weight: 700 !default;
$headings-line-height: 1.1 !default;
// Buttons
@ -49,7 +49,7 @@ $input-btn-padding-x: 1rem !default;
// Navbar
$navbar-light-color: rgba($black,.7) !default;
$navbar-light-color: rgba($black, .7) !default;
$navbar-light-hover-color: $black !default;
$navbar-light-active-color: $black !default;