fleet/frontend/components/SidePanelContent/_styles.scss
2022-09-19 15:30:03 -04:00

14 lines
370 B
SCSS

.side-panel-content {
background-color: $core-white;
box-sizing: border-box;
border-left: 1px solid $ui-gray;
min-width: $sidepanel-width;
width: $sidepanel-width;
padding: $pad-xxlarge;
// need relative positioning for a close icon that is on some sidebars have
position: relative;
.component__tooltip-wrapper__tip-text {
max-width: 280px;
}
}