Skip to content
Snippets Groups Projects
Commit b069c4c2 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

some style edits

parent 118da97e
1 merge request!248some style edits
Pipeline #27424 passed with stages
in 6 minutes and 56 seconds
This commit is part of merge request !248. Comments created here will be created in the context of that merge request.
@import '../../../../theme/default-theme/_variables.scss';
#contentGroup {
background-color: var(--primary);
background-color: var(--secondary);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
overflow: hidden;
position: relative;
......@@ -11,7 +11,7 @@
margin-top: 10px;
max-height: 50px;
padding: 5px;
color: var(--on-primary);
color: var(--on-secondary);
&:hover {
cursor: pointer;
......
......@@ -8,12 +8,12 @@
<mat-expansion-panel [disabled]="true" id="matPanelHeader">
<mat-expansion-panel-header>
<mat-panel-title class="headerTitle">Name</mat-panel-title>
<mat-panel-description class="headerTitle">Session-Id</mat-panel-description>
<mat-panel-description class="headerTitle">Session-ID</mat-panel-description>
</mat-expansion-panel-header>
</mat-expansion-panel>
<mat-expansion-panel *ngFor="let room of rooms" class="matPanel">
<mat-expansion-panel-header class="matPanelListHeader">
<button mat-button routerLink="/{{ baseUrl }}/room/{{ room.shortId }}" (click)="setCurrentRoom(room.shortId)">
<button mat-mini-fab routerLink="/{{ baseUrl }}/room/{{ room.shortId }}" (click)="setCurrentRoom(room.shortId)">
<mat-icon>input</mat-icon>
</button>
<mat-panel-title class="panelTitle">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment