
scout.tabbox.SimpleTabBox.css Maven / Gradle / Ivy
.view-tab-box {
position: absolute;
min-width: @bench-view-min-width;
min-height: @bench-view-min-height;
> .simple-tab-area{
position: relative;
height: @desktop-header-height;
/* Has the same effect as "border-bottom: 1px solid @border-color", but is over-drawable by child */
/* elements (such as the selected view-tab). The border would not be, because of "overflow: hidden". */
&::before {
content: '';
background-color: @border-color;
width: 100%;
height: 1px;
position: absolute;
top: calc(~'100% - 1px');
left: 0;
}
}
> .tab-content {
height: 100%;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy