1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer/components/dock/pod-log-search.scss
Alex Andreev cfb6c3c4c0 Adding find counters
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
2020-10-22 11:06:38 +03:00

17 lines
260 B
SCSS

.PodLogsSearch {
.SearchInput {
min-width: 150px;
width: 150px;
label {
background: none;
border: none;
border-radius: $radius;
box-shadow: 0 0 0 1px $halfGray;
}
.find-count {
margin-left: 2px;
}
}
}