openreplay/frontend/app/components/shared/SavedSearch/components/SavedSearchModal/savedSearchModal.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

14 lines
218 B
CSS

.iconContainer {
background-color: #f3f3f3;
border-radius: 100px;
width: 62px;
}
.iconCircle {
border-radius: 50%;
padding: 6px;
&:hover {
background: rgba(63, 81, 181, 0.08);
}
}