Commit 46c8b362 by Torkel Ödegaard

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

parent 2414074c
...@@ -15,6 +15,10 @@ ...@@ -15,6 +15,10 @@
background-image: url('../img/icons_#{$theme-name}_theme/icon_alert.svg'); 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 { .gicon-datasources {
background-image: url('../img/icons_#{$theme-name}_theme/icon_data_sources.svg'); background-image: url('../img/icons_#{$theme-name}_theme/icon_data_sources.svg');
} }
...@@ -58,3 +62,14 @@ ...@@ -58,3 +62,14 @@
.gicon-zoom-out { .gicon-zoom-out {
background-image: url('../img/icons_#{$theme-name}_theme/icon_zoom_out.svg'); 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');
}
}
...@@ -200,9 +200,8 @@ ...@@ -200,9 +200,8 @@
} }
.card-item { .card-item {
border-bottom: .2rem solid $page-bg; border-bottom: 3px solid $page-bg;
border-radius: 0; border-radius: 2px;
box-shadow: none;
} }
.card-item-header { .card-item-header {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment