openreplay/frontend/app/components/BugFinder/AlertManager/alertManager.css
2021-05-01 15:12:01 +05:30

20 lines
No EOL
239 B
CSS

.wrapper {
padding: 20px;
}
.button {
padding: 5px 10px;
cursor: pointer;
display: flex;
align-items: center;
}
.formGroup {
margin-bottom: 15px;
& .label {
font-size: 14px;
margin: 0;
margin-bottom: 5px;
}
}