2022-03-02 11:00:58 +01:00
|
|
|
.container {
|
|
|
|
height: 100%;
|
|
|
|
padding: 80px;
|
2022-03-28 10:48:52 +02:00
|
|
|
background-color: var(--ov-secondary-light-color);
|
2022-03-02 11:00:58 +01:00
|
|
|
}
|
|
|
|
|
2022-03-11 11:41:31 +01:00
|
|
|
#layout-container {
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
|
2022-03-02 11:00:58 +01:00
|
|
|
h4 {
|
|
|
|
margin-bottom: 1px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
hr {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ov-layout {
|
|
|
|
height: -webkit-fill-available;
|
|
|
|
height: -moz-available;
|
|
|
|
width: -webkit-fill-available;
|
|
|
|
width: -moz-available;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-panel {
|
2022-03-28 10:48:52 +02:00
|
|
|
background-color: var(--ov-secondary-light-color);
|
2022-03-02 11:00:58 +01:00
|
|
|
}
|
|
|
|
.media-panel-container {
|
|
|
|
width: 100%;
|
|
|
|
padding: 20px;
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nickname-container {
|
|
|
|
/* padding: 10px; */
|
|
|
|
display: block !important;
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nickname-input-container, .device-container-element {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nickname-input-container button, .device-container-element button {
|
|
|
|
margin: auto 10px auto auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#nickname-input-container button.mat-button-disabled {
|
2022-03-28 16:51:47 +02:00
|
|
|
color: #000000 !important;
|
2022-03-02 11:00:58 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#nickname-input-container mat-form-field, .device-container-element mat-form-field {
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 10px;
|
2022-03-28 16:51:47 +02:00
|
|
|
color: #000000;
|
2022-03-02 11:00:58 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#nickname-input-container mat-form-field {
|
2022-03-28 16:51:47 +02:00
|
|
|
color: #000000;
|
2022-03-02 11:00:58 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mat-form-field-appearance-fill .mat-form-field-flex {
|
2022-03-28 10:48:52 +02:00
|
|
|
/* background-color: var(--ov-text-color); */
|
2022-03-02 11:00:58 +01:00
|
|
|
border-radius: var(--ov-video-radius);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.buttons-container{
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 10px 0px;
|
|
|
|
height: 100px;
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#camera-button {
|
|
|
|
border-radius: var(--ov-buttons-radius);
|
|
|
|
/* background-color: var(--ov-secondary-color) !important; */
|
2022-03-28 10:48:52 +02:00
|
|
|
/* color: var(--ov-text-color) !important; */
|
2022-03-02 11:00:58 +01:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.join-btn-container {
|
|
|
|
width: inherit;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#join-button {
|
|
|
|
width: 100%;
|
|
|
|
font-weight: bold;
|
2022-03-28 10:48:52 +02:00
|
|
|
color: var(--ov-text-color);
|
2022-03-02 11:00:58 +01:00
|
|
|
background-color: var(--ov-tertiary-color);
|
|
|
|
border-radius: var(--ov-video-radius);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.warn-btn {
|
2022-03-28 10:48:52 +02:00
|
|
|
color: var(--ov-text-color);
|
2022-03-02 11:00:58 +01:00
|
|
|
background-color: var(--ov-warn-color) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.active-btn {
|
2022-03-28 10:48:52 +02:00
|
|
|
color: var(--ov-text-color);
|
2022-03-02 11:00:58 +01:00
|
|
|
background-color: var(--ov-tertiary-color) !important;
|
|
|
|
}
|
|
|
|
.media-btn {
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
|
|
|
|
padding: 1px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .mat-input-element {
|
2022-03-28 16:51:47 +02:00
|
|
|
caret-color: #000000;
|
2022-03-02 11:00:58 +01:00
|
|
|
}
|
|
|
|
::ng-deep .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
|
2022-03-28 16:51:47 +02:00
|
|
|
color: #000000;
|
2022-03-02 11:00:58 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
|
|
.container, .media-panel-container, .buttons-container {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.nickname-container, .buttons-container, .join-btn-container {
|
|
|
|
width: 90% !important;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
.join-btn-container {
|
|
|
|
padding: 0px 10px;
|
|
|
|
}
|
|
|
|
.media-panel {
|
|
|
|
align-items: flex-start !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-03-28 10:48:52 +02:00
|
|
|
@media only screen and (min-width: 480px) and (max-width: 959px) {
|
2022-03-02 11:00:58 +01:00
|
|
|
.container, .media-panel-container, .buttons-container {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nickname-container, .buttons-container, .join-btn-container{
|
|
|
|
width: 80% !important;
|
|
|
|
min-width: 80% !important;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.buttons-container, .media-panel-container {
|
|
|
|
padding-top: 0px;
|
|
|
|
max-width: 600px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.media-panel {
|
|
|
|
align-items: flex-start !important;
|
|
|
|
}
|
|
|
|
}
|