Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ describe('Settings', { testIsolation: 'off' }, () => {
it('can update ui-brand', { tags: ['@globalSettings', '@adminUser'] }, () => {
// We probably want a better way to distinguish between rancher and suse logos. I'm doing this as part of the vue3 migration and trying to keep things as similar as possible.
const rancherLogoWidth = 167;
const suseRancherLogoWidth = 140;
const suseRancherLogoWidth = 200;

// Update setting
SettingsPagePo.navTo();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ $fontColor: var(--input-label);
-ms-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
opacity:1;
border: 1px solid var(--active, var(--primary));
border: 1px solid var(--checkbox-border, var(--primary));
}

// Custom Checkbox tick
Expand Down
65 changes: 64 additions & 1 deletion shell/assets/brand/suse/dark/rancher-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading