ux: minor style tweaks to cards and sidemenu icons for white theme

This commit is contained in:
Torkel Ödegaard 2017-12-05 15:50:15 +01:00
parent 2414074c94
commit 46c8b36244
2 changed files with 17 additions and 3 deletions

View File

@ -15,6 +15,10 @@
background-image: url('../img/icons_#{$theme-name}_theme/icon_alert.svg');
}
.gicon-alert-alt {
background-image: url('../img/icons_#{$theme-name}_theme/icon_alert_alt.svg');
}
.gicon-datasources {
background-image: url('../img/icons_#{$theme-name}_theme/icon_data_sources.svg');
}
@ -58,3 +62,14 @@
.gicon-zoom-out {
background-image: url('../img/icons_#{$theme-name}_theme/icon_zoom_out.svg');
}
.sidemenu {
.gicon-dashboard {
background-image: url('../img/icons_dark_theme/icon_dashboard.svg');
}
.gicon-alert {
background-image: url('../img/icons_dark_theme/icon_alert.svg');
}
}

View File

@ -200,9 +200,8 @@
}
.card-item {
border-bottom: .2rem solid $page-bg;
border-radius: 0;
box-shadow: none;
border-bottom: 3px solid $page-bg;
border-radius: 2px;
}
.card-item-header {