a5dd9e21cd
Material Theme css tags differ from the ones from Default Theme, so the navigation we have doesn't work for some actions such as opening a new details page or reloading it, displaying breadcrumbs and menu panels. This patch adds some tweaks to fix that. Closes-Bug: #1968272 Change-Id: I18bd2e8515614463a911978879523744a9b059d7
8 lines
120 B
SCSS
8 lines
120 B
SCSS
@import "bootstrap/styles";
|
|
@import "horizon/styles";
|
|
|
|
#sidebar {
|
|
.openstack-panel-group {
|
|
text-align: left;
|
|
}
|
|
} |