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,13 +1,17 @@
// Cerulean 4.5.0
// Cerulean 4.5.3
// Bootswatch
// Variables ===================================================================
$text-shadow: 0 1px 0 rgba(0, 0, 0, .05) !default;
// Mixins ======================================================================
@mixin btn-shadow($color){
@include gradient-y-three-colors(lighten($color, 8%), $color, 60%, darken($color, 4%));
}
$text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) !default;
// Navbar ======================================================================
.bg-primary {
@ -24,13 +28,13 @@ $text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) !default;
.navbar-brand,
.nav-link {
text-shadow: $text-shadow
text-shadow: $text-shadow;
}
// Buttons =====================================================================
.btn {
text-shadow: $text-shadow
text-shadow: $text-shadow;
}
.btn-primary {
@ -79,15 +83,16 @@ $text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) !default;
.bg-warning,
.bg-danger,
.bg-dark {
h1, h2, h3, h4, h5, h6 {
h1,
h2,
h3,
h4,
h5,
h6 {
color: $white;
}
}
// Tables ======================================================================
// Forms =======================================================================
// Navs ========================================================================
.dropdown-menu {
@ -95,9 +100,3 @@ $text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) !default;
color: $gray-600;
}
}
// Indicators ==================================================================
// Progress bars ===============================================================
// Containers ==================================================================