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
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,8 @@ docs/themes/**
docs/public/**
docs/content/rest-api/*.html
docs/.hugo_build.lock
.gitmodules
.gitmodules
TASKS.md
.superpowers/
.github/copilot-instructions.md
hawkbit_dev.*.dump/
6 changes: 3 additions & 3 deletions docs/static/slides/css/theme/hawkBit.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ body {
font-family: Helvetica, Arial, sans-serif;
font-size: 25px;
font-weight: normal;
color: #551f62; d
color: #0072B4;
}

.reveal .controls {
Expand Down Expand Up @@ -102,7 +102,7 @@ body {


.reveal .intro {
color: #551f62;
color: #0072B4;
}

.noborder img {
Expand All @@ -112,7 +112,7 @@ body {
}

.intro {
color: #551f62;
color: #0072B4;
position: relative;
top: 250px;
left: 0px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@
}

.view-header:after {
background: $logo-image no-repeat right top;
background-position: $logo-position;
background: $devolo-logo-image no-repeat $devolo-logo-position,
$logo-image no-repeat $logo-position;
background-size: auto 30px, auto auto;
content: "";
height: 70px;
position: absolute;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,21 @@
* SPDX-License-Identifier: EPL-2.0
*/
//Standard colors
$hawkbit-primary-color: #551f62;
$hawkbit-primary-color-light: #551f62;
$hawkbit-primary-color: #0072B4;
$hawkbit-primary-color-light: #0072B4;

//Logo image for the top right corner
$logo-image: url('images/hawkbit_logo.png');

//Logo image postion
$logo-position: right 8px top 8px;

//devolo logo image for the top left corner
$devolo-logo-image: url('images/devolo_logo.svg');

//devolo logo position
$devolo-logo-position: left 12px top 12px;

//Application text font size.All widget text style are computed based on this
$app-text-font-size: 16px;

Expand All @@ -27,22 +33,22 @@ $app-font-family: "Open Sans", sans-serif;
$app-background-color: #fafafa;

//Font color for individual selection overlay list items
$app-selection-item-selection-color: #551f62;
$app-selection-item-selection-color: #0072B4;

//Color of the focus outline/border for focusable elements
$app-focus-color: #551f62;
$app-focus-color: #0072B4;

//Color for any selection highlights in the application
$app-selection-color: #551f62;
$app-selection-color: #0072B4;

//Tag button caption color
$tag-text-color: #551f62;
$tag-text-color: #333333;

//Tabsheet tab caption color
$tab-sheet-caption-color: #551f62;
$tab-sheet-caption-color: #333333;

//Table details widget text color
$table-details-tab-font-color: #551f62;
$table-details-tab-font-color: #333333;

//All widgets background
$widget-bg: #fff;
Expand All @@ -51,22 +57,22 @@ $widget-bg: #fff;
$widget-border-color: #d4d4d4;

//Widget header caption color
$widget-caption-color: #551f62;
$widget-caption-color: #333333;

//Text color of menu items and links in menu
$menu-text-color: #a5a5a5;
$menu-text-color: #FFFFFF;

//Menu background color
$valo-menu-background-color: #4b4b4b;
$valo-menu-background-color: #0072B4;

//Size of menu icon when icon is displayed with menu description
$menu-with-description-font-icon-size: 14px;

//Menu title background color
$menu-title-bg-color: #551f62;
$menu-title-bg-color: #0072B4;

//Color of icons like add ,config,search etc
$button-icon-color: #551f62;
$button-icon-color: #0072B4;


//Color of installed distribution,when target is selected
Expand All @@ -76,7 +82,7 @@ $installed-row-color: $dark-green-color;
$assigned-row-color: $lighter-orange-color;

// Background color of accordion caption in confirmation popup
$accordion-action-history-title-color: #551f62;
$accordion-action-history-title-color: #0072B4;

//Success icon color on valid target filter query
$success-icon-color: #008000;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid transparent;
border-top-color: #551f62;
border-right-color: #551f62;
border-top-color: #0072B4;
border-right-color: #0072B4;
border-radius: 100%;
-webkit-animation: v-rotate-360 500ms infinite linear;
-moz-animation: v-rotate-360 500ms infinite linear;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading