horizon/openstack_dashboard/themes/material/static/_styles.scss
Tatiana Ovchinnikova a5dd9e21cd Some tweaks to improve work with Material Theme
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
2022-04-22 11:45:17 -05:00

8 lines
120 B
SCSS

@import "bootstrap/styles";
@import "horizon/styles";
#sidebar {
.openstack-panel-group {
text-align: left;
}
}