openreplay/frontend/app/components/Session_/Issues/issues.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

20 lines
No EOL
299 B
CSS

.modal {
width: 400px;
z-index: 999;
}
.buttonWrapper {
height: 36px;
display: flex;
align-items: center;
/* &:hover {
background-color: white;
} */
}
.button {
height: 36px !important;
display: flex !important;
&:hover {
background-color: $active-blue !important;
}
}