mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* 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>
6 lines
115 B
SCSS
6 lines
115 B
SCSS
.LogControls {
|
|
@include hidden-scrollbar;
|
|
|
|
background: $dockInfoBackground;
|
|
padding: $padding $padding * 2;
|
|
} |