-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(3000): added welcome pane artwork (#19109)
* added welcome pane artwork * Update UI snapshots for `chromium` (1) * Make the art responsive * Update UI snapshots for `chromium` (1) * updated text * max-width is working now! * Update UI snapshots for `chromium` (1) * Update UI snapshots for `chromium` (1) * Use digits for better text flow --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michael Matloka <[email protected]>
- Loading branch information
1 parent
fd8c7c8
commit d0de79a
Showing
4 changed files
with
33 additions
and
24 deletions.
There are no files selected for viewing
Binary file modified
BIN
+58.8 KB
(140%)
frontend/__snapshots__/scenes-app-sidepanels--side-panel-welcome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions
10
frontend/src/layout/navigation-3000/sidepanel/panels/SidePanelWelcome.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
.welcome-card { | ||
.SidePanelWelcome__card { | ||
background: var(--primary-alt-highlight-3000); | ||
|
||
body[theme='dark'] & { | ||
background: #2b2b33; | ||
background: #2a2b31; // One-off for cards, do not use anywhere else | ||
} | ||
} | ||
|
||
.SidePanelWelcome__hero { | ||
background: url('../../../../../public/3000/3000-launch.png') no-repeat; | ||
background-position: right min(-5rem + 45%, 0rem) bottom; | ||
background-size: 22.875rem auto; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters