openreplay/frontend/app/components/shared/SaveSearchModal/SaveSearchModal.module.css
Shekar Siri 2ed5cac986
Webpack upgrade and dependency cleanup (#523)
* change(ui) - webpack update
* change(ui) - api optimize and other fixes
2022-06-03 16:47:38 +02:00

23 lines
No EOL
498 B
CSS

.modalHeader {
display: flex !important;
align-items: center;
justify-content: space-between;
}
.cancelButton {
background-color: transparent !important;
border: solid thin transparent !important;
color: $teal !important;
&:hover {
background-color: $active-blue !important;
}
}
.applyButton {
background-color: white !important;
border: solid thin $active-blue-border !important;
color: $teal !important;
&:hover {
background-color: $active-blue !important;
}
}