openreplay/frontend/app/components/Session_/Issues/issues.css
2021-05-01 15:12:01 +05:30

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;
}
}