ux: Move "Sign up" and "Reset password" to its own pages - and remove all inline styling (#9879)

This commit is contained in:
Johannes Schill
2017-12-13 13:51:52 +01:00
parent 6a2b1e52b2
commit 0be9789364
7 changed files with 110 additions and 139 deletions

View File

@@ -63,6 +63,10 @@
background-image: url('../img/icons_#{$theme-name}_theme/icon_zoom_out.svg');
}
.gicon-branding {
background-image: url('../img/grafana_icon.svg');
}
.sidemenu {
.gicon-dashboard {
background-image: url('../img/icons_dark_theme/icon_dashboard.svg');
@@ -70,6 +74,4 @@
.gicon-alert {
background-image: url('../img/icons_dark_theme/icon_alert.svg');
}
}
}