-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into cluster-group-description
- Loading branch information
Showing
18 changed files
with
333 additions
and
113 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
/* Update Notification Box */ | ||
#update-available:not(:empty) { | ||
margin-top: 15px; | ||
background-color: #ffe5d2; | ||
color: black; | ||
padding: 15px 10px; | ||
border: 1px solid #f6c39c; | ||
border-radius: 5px; | ||
} | ||
|
||
#update-available .update-container { | ||
display: flex; | ||
align-items: center; | ||
gap: 15px; | ||
} | ||
|
||
#update-available .update-container::before { | ||
content: ""; | ||
width: 6px; | ||
height: 6px; | ||
margin-left: 5px; | ||
background-color: #d17128; | ||
border-radius: 50%; | ||
} | ||
|
||
#update-available .header { | ||
display: flex; | ||
align-items: center; | ||
gap: 5px; | ||
} | ||
|
||
#update-available h4 { | ||
margin: 0; | ||
} | ||
|
||
#update-available span { | ||
color: gray; | ||
font-size: 80%; | ||
} | ||
|
||
#update-available .header svg { | ||
height: 15px; | ||
width: auto; | ||
cursor: pointer; | ||
} | ||
|
||
#update-available .controls { | ||
margin-left: auto; | ||
display: flex; | ||
gap: 10px; | ||
} |
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
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.
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.
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.
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.
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
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
87 changes: 0 additions & 87 deletions
87
src/electron/frontend/core/components/pages/getting-started/GettingStarted.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.