Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Final updates. Logo, login screen
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Jul 3, 2020
1 parent 8ede6c2 commit c067218
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="suse-login__headline">SUSE<br>Stratos<br>Console</h1>
<span *ngIf="config.copyright" [innerHTML]="config.copyright"></span>
</div>
<div class="suse-login__logo">
<a href="https://www.suse.com" target="_blank"><img src="/core/assets/custom/suse_logo.png"></a>
<a href="https://www.suse.com" target="_blank"><img src="/core/assets/custom/suse_logo.svg"></a>
</div>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

.suse-login {
align-items: center;
background-color: $suse-blue;
border-bottom: 10px solid $suse-primary-color;
background-color: $suse-dark-green;
display: flex;
flex-direction: column;
width: 100%;
Expand All @@ -16,7 +15,7 @@
flex-direction: row;
}
&__header {
background-color: $suse-secondary;
background-color: $suse-dark-green;
color: $suse-text;
flex: 0 0 60px;
font-size: 24px;
Expand Down Expand Up @@ -47,7 +46,7 @@
}
&__logo {
img {
width: 79px;
width: 128px;
}
}
&__intro {
Expand Down
Binary file not shown.
10 changes: 10 additions & 0 deletions src/frontend/packages/suse-theme/assets/core/custom/suse_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Binary file modified src/frontend/packages/suse-theme/assets/core/nav-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/frontend/packages/suse-theme/assets/favicon.ico
100755 → 100644
Binary file not shown.
6 changes: 3 additions & 3 deletions src/frontend/packages/suse-theme/loader/loading.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.stratos-initial-load-spinner-container {
align-items: center;
background-color: #0D2C40;
background-color: #f2f2f2;
display: flex;
justify-content: center;
height: 100%;
Expand All @@ -16,9 +16,9 @@
.stratos-initial-load-spinner {
animation: stratos-initial-load-animate 1s infinite linear;
box-sizing: border-box;
border: 5px solid rgba(86, 107, 121,0.45);
border: 5px solid rgba(12, 50, 44, 0.45);
border-radius: 50%;
border-top-color: #00B2E2;
border-top-color: #30BA78;
display: inline-block;
height: 128px;
margin: 0 auto;
Expand Down
1 change: 1 addition & 0 deletions src/frontend/packages/suse-theme/sass/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ $stratos-dark-theme-supported: false;
$suse-primary-color: #30BA78;
$suse-text: #fff;
$suse-blue: #073155;
$suse-dark-green: #0c322c;
$suse-header-bar: #0c322c;
$suse-link-color: #008ACF;

Expand Down

0 comments on commit c067218

Please sign in to comment.