openreplay/frontend/app/components/Assist/ChatControls/ChatControls.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

29 lines
No EOL
449 B
CSS

.controls {
height: 38px;
/* margin-top: 5px; */
/* background-color: white; */
/* border-top: solid thin #CCC; */
}
.btnWrapper {
display: flex;
align-items: center;
height: 24px;
font-size: 12px;
color: $gray-medium;
&.disabled {
/* background-color: red; */
& svg {
fill: $red;
}
}
}
.endButton {
background-color: $red;
border-radius: 3px;
padding: 2px 8px;
color: white;
font-size: 12px;
}