mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
17 lines
260 B
SCSS
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;
|
|
}
|
|
}
|
|
} |