2024-07-02 19:19:05 +02:00
|
|
|
/* You can add global styles to this file, and also import other style files */
|
2017-09-26 18:13:00 +02:00
|
|
|
html,
|
|
|
|
body {
|
2024-07-02 19:19:05 +02:00
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
|
2017-09-26 18:13:00 +02:00
|
|
|
}
|
|
|
|
|
2017-09-30 13:48:40 +02:00
|
|
|
body {
|
2024-07-02 19:19:05 +02:00
|
|
|
font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
|
2017-09-30 13:48:40 +02:00
|
|
|
}
|
|
|
|
|
2017-09-26 18:13:00 +02:00
|
|
|
a {
|
2024-07-02 19:19:05 +02:00
|
|
|
color: inherit;
|
|
|
|
cursor: inherit;
|
|
|
|
text-decoration: inherit;
|
2017-09-26 18:13:00 +02:00
|
|
|
}
|
|
|
|
|
2017-09-27 16:24:39 +02:00
|
|
|
ul {
|
2024-07-02 19:19:05 +02:00
|
|
|
list-style: none;
|
|
|
|
padding-left: 0;
|
2017-09-26 18:13:00 +02:00
|
|
|
}
|
2017-09-27 18:42:11 +02:00
|
|
|
|
2017-09-28 19:13:29 +02:00
|
|
|
button {
|
2024-07-02 19:19:05 +02:00
|
|
|
font-weight: bold !important;
|
2017-09-28 19:13:29 +02:00
|
|
|
}
|
|
|
|
|
2024-07-02 19:19:05 +02:00
|
|
|
.row {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
width: 100%;
|
2017-09-29 13:54:22 +02:00
|
|
|
}
|
|
|
|
|
2024-07-02 19:19:05 +02:00
|
|
|
.mat-expansion-panel-body {
|
|
|
|
font-size: 9.5px !important;
|
|
|
|
padding: 0 9px 0px !important;
|
|
|
|
margin: 0 2px 0 2px !important;
|
|
|
|
background-color: white;
|
|
|
|
border: 3px solid;
|
|
|
|
line-height: 13px;
|
|
|
|
padding: 4px 7px 3px 7px !important;
|
|
|
|
word-break: break-all;
|
2017-09-29 13:54:22 +02:00
|
|
|
}
|
|
|
|
|
2024-07-02 19:19:05 +02:00
|
|
|
.room-event .mat-expansion-panel-body {
|
|
|
|
border-color: #beefd5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.participant-event .mat-expansion-panel-body {
|
|
|
|
border-color: #d0ebf1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.track-event .mat-expansion-panel-body {
|
|
|
|
border-color: #ede3bb;
|
2017-10-02 15:18:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.mat-expansion-indicator {
|
2024-07-02 19:19:05 +02:00
|
|
|
display: none;
|
2017-10-02 15:18:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.mat-expansion-indicator::after {
|
2024-07-02 19:19:05 +02:00
|
|
|
display: none;
|
2017-10-02 15:18:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.mat-expansion-panel-spacing {
|
2024-07-02 19:19:05 +02:00
|
|
|
margin: 3px 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mat-mdc-text-field-wrapper {
|
|
|
|
align-items: center !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mat-mdc-form-field-infix {
|
|
|
|
display: flex !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
app-participant:last-child>.participant-container {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-tooltip {
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-tooltip > div {
|
|
|
|
padding: 2px 3px 2px 3px;
|
|
|
|
line-height: 11px;
|
|
|
|
min-height: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button.mat-icon-custom .mat-mdc-button-touch-target {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|