|
@@ -49,11 +49,21 @@
|
|
|
:root {
|
|
:root {
|
|
|
@include light-notification;
|
|
@include light-notification;
|
|
|
|
|
|
|
|
|
|
+ // Until we roll out dark mode notifications, make sure we show buttons in
|
|
|
|
|
+ // light mode even when the rest of the page is in dark mode
|
|
|
|
|
+ .ide-redesign-main .notification .btn {
|
|
|
|
|
+ @include light-buttons;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
@include theme('default') {
|
|
@include theme('default') {
|
|
|
.project-ds-nav-page {
|
|
.project-ds-nav-page {
|
|
|
.notification {
|
|
.notification {
|
|
|
@include dark-notification;
|
|
@include dark-notification;
|
|
|
@include dark-bg;
|
|
@include dark-bg;
|
|
|
|
|
+
|
|
|
|
|
+ .btn {
|
|
|
|
|
+ @include dark-buttons;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|