mirror of
https://github.com/thomaspark/bootswatch.git
synced 2025-10-16 14:32:58 +00:00
Add toast styles to darkly theme
This commit is contained in:
5
dist/darkly/_variables.scss
vendored
5
dist/darkly/_variables.scss
vendored
@@ -147,6 +147,11 @@ $modal-content-border-color: $gray-700 !default;
|
|||||||
|
|
||||||
$modal-header-border-color: $gray-700 !default;
|
$modal-header-border-color: $gray-700 !default;
|
||||||
|
|
||||||
|
// Toasts
|
||||||
|
$toast-background-color: $gray-700 !default;
|
||||||
|
|
||||||
|
$toast-header-background-color: $gray-800 !default;
|
||||||
|
|
||||||
// Progress bars
|
// Progress bars
|
||||||
|
|
||||||
$progress-height: 0.625rem !default;
|
$progress-height: 0.625rem !default;
|
||||||
|
4
dist/darkly/bootstrap.css
vendored
4
dist/darkly/bootstrap.css
vendored
@@ -6231,7 +6231,7 @@ a.close.disabled {
|
|||||||
max-width: 350px;
|
max-width: 350px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
background-color: rgba(255, 255, 255, 0.85);
|
background-color: #444;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||||
-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
|
-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
|
||||||
@@ -6268,7 +6268,7 @@ a.close.disabled {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0.25rem 0.75rem;
|
padding: 0.25rem 0.75rem;
|
||||||
color: #999;
|
color: #999;
|
||||||
background-color: rgba(255, 255, 255, 0.85);
|
background-color: #303030;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
||||||
}
|
}
|
||||||
|
2
dist/darkly/bootstrap.min.css
vendored
2
dist/darkly/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -147,6 +147,11 @@ $modal-content-border-color: $gray-700 !default;
|
|||||||
|
|
||||||
$modal-header-border-color: $gray-700 !default;
|
$modal-header-border-color: $gray-700 !default;
|
||||||
|
|
||||||
|
// Toasts
|
||||||
|
$toast-background-color: $gray-700 !default;
|
||||||
|
|
||||||
|
$toast-header-background-color: $gray-800 !default;
|
||||||
|
|
||||||
// Progress bars
|
// Progress bars
|
||||||
|
|
||||||
$progress-height: 0.625rem !default;
|
$progress-height: 0.625rem !default;
|
||||||
|
4
docs/4/darkly/bootstrap.css
vendored
4
docs/4/darkly/bootstrap.css
vendored
@@ -6231,7 +6231,7 @@ a.close.disabled {
|
|||||||
max-width: 350px;
|
max-width: 350px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
background-color: rgba(255, 255, 255, 0.85);
|
background-color: #444;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||||
-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
|
-webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
|
||||||
@@ -6268,7 +6268,7 @@ a.close.disabled {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0.25rem 0.75rem;
|
padding: 0.25rem 0.75rem;
|
||||||
color: #999;
|
color: #999;
|
||||||
background-color: rgba(255, 255, 255, 0.85);
|
background-color: #303030;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
||||||
}
|
}
|
||||||
|
2
docs/4/darkly/bootstrap.min.css
vendored
2
docs/4/darkly/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user