openreplay/frontend/app/components/Assist/components/AssistActions/AassistActions.css
2022-04-21 18:49:31 +02:00

11 lines
No EOL
148 B
CSS

.disabled {
opacity: 0.5;
pointer-events: none;
}
.divider {
width: 1px;
height: 49px;
margin: 0 10px;
background-color: $gray-light;
}