This repository has been archived by the owner on May 5, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Johannes Faltermeier <[email protected]> Contributed on behalf of STMicroelectronics
- Loading branch information
1 parent
a68a45b
commit e1f5295
Showing
4 changed files
with
249 additions
and
11 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
89 changes: 89 additions & 0 deletions
89
theia-example-updater/src/electron-browser/icons/theia-logo-blueprint.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions
44
theia-example-updater/src/electron-browser/style/index.css
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,44 @@ | ||
/******************************************************************************** | ||
* Copyright (C) 2020 EclipseSource and others. | ||
* | ||
* This program and the accompanying materials are made available under the | ||
* terms of the Eclipse Public License v. 2.0 which is available at | ||
* http://www.eclipse.org/legal/epl-2.0. | ||
* | ||
* This Source Code may also be made available under the following Secondary | ||
* Licenses when the conditions for such availability set forth in the Eclipse | ||
* Public License v. 2.0 are satisfied: GNU General Public License, version 2 | ||
* with the GNU Classpath Exception which is available at | ||
* https://www.gnu.org/software/classpath/license.html. | ||
* | ||
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 | ||
********************************************************************************/ | ||
|
||
:root { | ||
--theia-branding-logo: url(../icons/theia-logo-blueprint.svg); | ||
} | ||
|
||
.gs-blue-header { | ||
color: #5088e7; | ||
text-transform: capitalize; | ||
font-weight: 600; | ||
} | ||
|
||
.gs-text-bold { | ||
font-weight: 600; | ||
} | ||
|
||
.gs-text-underline { | ||
text-decoration: underline; | ||
} | ||
|
||
.gs-logo { | ||
float: right; | ||
background-image: var(--theia-branding-logo); | ||
background-position: center center; | ||
background-repeat: no-repeat; | ||
background-size: contain; | ||
width: 250px; | ||
height: 118px; | ||
padding: 20px; | ||
} |
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