|
@@ -1,19 +1,3 @@
|
|
|
-.ide-redesign-main {
|
|
|
|
|
- .no-file-selection-message,
|
|
|
|
|
- .multi-selection-message {
|
|
|
|
|
- --bs-heading-color: var(--content-primary-themed);
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .file-view .no-preview {
|
|
|
|
|
- color: var(--content-secondary-themed);
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .file-view .loading-panel {
|
|
|
|
|
- color: var(--content-secondary-themed);
|
|
|
|
|
- background: var(--bg-primary-themed);
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
.file-view {
|
|
.file-view {
|
|
|
padding: var(--spacing-05);
|
|
padding: var(--spacing-05);
|
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -23,7 +7,8 @@
|
|
|
|
|
|
|
|
.loading-panel {
|
|
.loading-panel {
|
|
|
padding-top: 8rem;
|
|
padding-top: 8rem;
|
|
|
- background: var(--neutral-10);
|
|
|
|
|
|
|
+ color: var(--content-secondary-themed);
|
|
|
|
|
+ background: var(--bg-primary-themed);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.file-view-buttons {
|
|
.file-view-buttons {
|
|
@@ -67,7 +52,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.no-preview {
|
|
.no-preview {
|
|
|
- color: var(--neutral-60);
|
|
|
|
|
|
|
+ color: var(--content-secondary-themed);
|
|
|
font-size: var(--font-size-06);
|
|
font-size: var(--font-size-06);
|
|
|
margin-top: var(--spacing-06);
|
|
margin-top: var(--spacing-06);
|
|
|
}
|
|
}
|
|
@@ -96,16 +81,16 @@
|
|
|
inset: 0;
|
|
inset: 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.no-history-available,
|
|
|
|
|
.no-file-selection-message,
|
|
.no-file-selection-message,
|
|
|
.multi-selection-message {
|
|
.multi-selection-message {
|
|
|
|
|
+ --bs-heading-color: var(--content-primary-themed);
|
|
|
|
|
+
|
|
|
width: 50%;
|
|
width: 50%;
|
|
|
margin: var(--spacing-10) auto;
|
|
margin: var(--spacing-10) auto;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.pdf-empty,
|
|
.pdf-empty,
|
|
|
-.no-history-available,
|
|
|
|
|
.no-file-selection,
|
|
.no-file-selection,
|
|
|
.multi-selection-ongoing {
|
|
.multi-selection-ongoing {
|
|
|
&::before {
|
|
&::before {
|