openvidu-components: Fixed form styles

pull/734/head
csantosm 2022-06-03 11:33:56 +02:00
parent 6e1783fb87
commit a9854649a4
1 changed files with 8 additions and 0 deletions

View File

@ -161,6 +161,14 @@ hr {
color: #000000;
}
::ng-deep .mat-form-field-label {
color: var(--ov-panel-text-color) !important;
}
::ng-deep .mat-form-field.mat-focused .mat-form-field-ripple {
background-color: var(--ov-panel-text-color) !important;
}
@media only screen and (max-width: 480px) {
.container,
.media-panel-container,