tuskar-ui/tuskar_ui/infrastructure/static/infrastructure/less/infrastructure.less

34 lines
737 B
Plaintext

/* Additional CSS for infrastructure. */
@import "../../bootstrap/less/variables.less";
@import "numberpicker.less";
@import "bootstrap.less";
@import "breadcrumbs.less";
@import "buttons.less";
@import "capacities.less";
@import "flavor_usages.less";
@import "formsets.less";
@import "index_pages.less";
@import "individual_pages.less";
@import "tables.less";
// disable text select on element
.unselectable {
user-select: none;
-o-user-select:none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
}
.actions {
margin: 0 0 @baseLineHeight / 3 0;
}
.fullscreen-workflow-body {
overflow: auto;
}
// hide the project switcher from the top bar
#tenant_switcher {
visibility: hidden;
}