Adapted sandbox setup to current master (#327)

Signed-off-by: kaizimmerm <kai.zimmermann@bosch-si.com>
This commit is contained in:
Kai Zimmermann
2016-10-27 08:24:26 +02:00
committed by GitHub
parent 1033587078
commit e97ed04c94
10 changed files with 58 additions and 15 deletions

View File

@@ -86,7 +86,7 @@
}
.view-header:after {
background: $logo-image no-repeat right top;
background-position: right 0 top 8px;
background-position: $logo-position;
content: "";
height: 80px;
position: absolute;
@@ -143,15 +143,15 @@
.valo-menu-title {
line-height: 1.2;
}
.v-menubar-user-menu:after {
display: none;
}
.v-menubar-menuitem-user-menuitem {
width: 100%;
}
.v-menubar-user-menu > .v-menubar-menuitem {
white-space: normal !important;
.v-icon {
@@ -282,15 +282,15 @@
.links {
padding-left: 22px;
}
.font-icon{
font-family:FontAwesome;
font-style:normal;
font-weight:normal;
}
.form-lastrow {
padding-bottom: 12px !important;
}
}

View File

@@ -10,6 +10,12 @@
$hawkbit-primary-color: #551f62;
$hawkbit-primary-color-light: #551f62;
//Logo image for the top right corner
$logo-image: url('images/hawkbit_logo.png');
//Logo image postion
$logo-position: right 8px top 8px;
//Application text font size.All widget text style are computed based on this
$app-text-font-size: 16px;
@@ -76,7 +82,7 @@ $accordion-action-history-title-color: #551f62;
//Success icon color on valid target filter query
$success-icon-color: #ff0000;
//Error icon color on invalid target filter query
//Error icon color on invalid target filter query
$error-icon-color: #008000;
@@ -133,8 +139,8 @@ $twin-table-border-grey:#888;
$progress-bar-scheduled-part: $blue-color;
$progress-bar-running-part: $signal-yellow-color;
$progress-bar-running-part: $signal-yellow-color;
$progress-bar-error-part: $signal-red-color;
$progress-bar-finished-part: $signal-green-color;
$progress-bar-cancelled-part: $grey-light;
$progress-bar-notstarted-part: $grey-color;
$progress-bar-notstarted-part: $grey-color;

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB