|
.logViewModal {
|
|
.searchBar {
|
|
display: flex;
|
|
}
|
|
.searchBarLabel {
|
|
margin-bottom: 10px;
|
|
}
|
|
.searchBarItem {
|
|
position: relative;
|
|
width: 200px;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
.searchDateRange {
|
|
width: 300px;
|
|
}
|
|
.searchBtn {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
}
|
|
}
|