1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer/components/dock/info-panel.scss
Alex Andreev 83ed44f670
Adding logs tab bottom toolbar (#1951)
* Adding bottom toolbar to logs tab

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Making bottom toolbar responsive

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Using generic search input clear button

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

* Fixing log test selectors

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2021-01-15 11:34:11 +03:00

22 lines
358 B
SCSS

.InfoPanel {
@include hidden-scrollbar;
background: $dockInfoBackground;
padding: $padding $padding * 2;
flex-shrink: 0;
.Spinner {
margin-right: $padding;
}
> .controls {
white-space: nowrap;
flex: 1 1;
&:not(:empty) + .info {
min-height: 25px;
padding-left: $padding;
padding-right: $padding;
}
}
}