Add toast styles to darkly theme

This commit is contained in:
Harm van Zeeland
2020-02-07 14:15:41 +01:00
parent 2ef1121492
commit 2f1aad30f0
6 changed files with 16 additions and 6 deletions

View File

@@ -147,6 +147,11 @@ $modal-content-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-height: 0.625rem !default;

View File

@@ -6231,7 +6231,7 @@ a.close.disabled {
max-width: 350px;
overflow: hidden;
font-size: 0.875rem;
background-color: rgba(255, 255, 255, 0.85);
background-color: #444;
background-clip: padding-box;
border: 1px solid 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;
padding: 0.25rem 0.75rem;
color: #999;
background-color: rgba(255, 255, 255, 0.85);
background-color: #303030;
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

File diff suppressed because one or more lines are too long

View File

@@ -147,6 +147,11 @@ $modal-content-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-height: 0.625rem !default;

View File

@@ -6231,7 +6231,7 @@ a.close.disabled {
max-width: 350px;
overflow: hidden;
font-size: 0.875rem;
background-color: rgba(255, 255, 255, 0.85);
background-color: #444;
background-clip: padding-box;
border: 1px solid 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;
padding: 0.25rem 0.75rem;
color: #999;
background-color: rgba(255, 255, 255, 0.85);
background-color: #303030;
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

File diff suppressed because one or more lines are too long