ov-components: Updated css

pull/850/merge
Carlos Santos 2024-11-06 12:22:45 +01:00
parent 47ccaf58c7
commit ee79e39d4b
4 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,8 @@
$ov-broadcasting-color: #5903ca; $ov-broadcasting-color: #5903ca;
$ov-input-color: #cccccc;
.time-container { .time-container {
padding: 2px; padding: 2px;
} }
@ -116,7 +119,7 @@ mat-expansion-panel {
.input-container { .input-container {
height: 25px; height: 25px;
display: flex; display: flex;
background-color: var(--ov-secondary-action-color); background-color: $ov-input-color;
padding: 10px; padding: 10px;
margin: 10px; margin: 10px;
border-radius: var(--ov-surface-radius); border-radius: var(--ov-surface-radius);
@ -137,7 +140,6 @@ mat-expansion-panel {
white-space: pre-wrap; white-space: pre-wrap;
resize: none; resize: none;
outline: none; outline: none;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
box-shadow: none; box-shadow: none;

View File

@ -52,7 +52,8 @@
--mdc-list-list-item-focus-state-layer-color: transparent !important; --mdc-list-list-item-focus-state-layer-color: transparent !important;
} }
::ng-deep .lang-selector .expand-more-icon { ::ng-deep .lang-selector .expand-more-icon,
::ng-deep .lang-selector mat-icon {
color: var(--ov-secondary-action-color) !important; color: var(--ov-secondary-action-color) !important;
} }

View File

@ -2,7 +2,7 @@ $ov-surface-color-lighter: color-mix(in srgb, var(--ov-surface-color), #fff 5%);
.lang-button { .lang-button {
background-color: var(--ov-primary-action-color) !important; background-color: var(--ov-primary-action-color) !important;
color: var(--ov-secondary-action-color); color: var(--ov-secondary-action-color) !important;
} }
.lang-button .mat-icon { .lang-button .mat-icon {
color: var(--ov-secondary-action-color); color: var(--ov-secondary-action-color);

View File

@ -1,5 +1,4 @@
$ov-video-elements-bg-color: var(--ov-primary-action-color);; $ov-video-elements-bg-color: var(--ov-primary-action-color);;
$ov-video-elements-text-color: #ffffff;
:host { :host {
/* Fixes layout bug. The OV_root is created with the entire layout width and it has a weird UX behaviour */ /* Fixes layout bug. The OV_root is created with the entire layout width and it has a weird UX behaviour */
.no-size { .no-size {
@ -10,7 +9,7 @@ $ov-video-elements-text-color: #ffffff;
.participant-name-container { .participant-name-container {
background-color: $ov-video-elements-bg-color; background-color: $ov-video-elements-bg-color;
padding: 5px; padding: 5px;
color: $ov-video-elements-text-color; color: var(--ov-secondary-action-color);
font-weight: bold; font-weight: bold;
border-radius: var(--ov-video-radius); border-radius: var(--ov-video-radius);
} }
@ -65,7 +64,7 @@ $ov-video-elements-text-color: #ffffff;
top: 0; top: 0;
// border: 2px solid var(--ov-text-primary-color); // border: 2px solid var(--ov-text-primary-color);
button { button {
color: $ov-video-elements-text-color; color: var(--ov-secondary-action-color);
} }
} }