Skip to content
Snippets Groups Projects
Commit 6aa89232 authored by Ruben Bimberg's avatar Ruben Bimberg :computer:
Browse files

Adjust CSS Styles

parent 849571c7
Branches
Tags
No related merge requests found
......@@ -50,10 +50,10 @@ mat-card-content > :first-child {
}
.room-short-id {
font-size: 14px;
font-size: larger;
font-weight: bold;
color: var(--on-surface) !important;
margin-top: 10%;
margin: 1em;
}
mat-grid-list {
......@@ -99,9 +99,8 @@ mat-expansion-panel {
}
#copy {
margin-left: 10px;
width: 50px;
height: 55px;
width: 24px;
height: 24px;
}
.copy {
......@@ -111,7 +110,7 @@ mat-expansion-panel {
}
.gavel {
margin: 5% 2% 0 0;
margin: 0.9em 0.25em 0 0;
color: var(--on-surface);
}
......
......@@ -66,7 +66,7 @@ mat-card-content > :first-child {
font-size: larger;
font-weight: bold;
color: var(--on-surface) !important;
margin: 5% 5% 0 0;
margin: 1em;
}
mat-grid-list {
......@@ -130,7 +130,7 @@ mat-expansion-panel {
}
.gavel {
margin: 5% 2% 0 0;
margin: 0.9em 0.25em 0 0;
color: var(--on-surface);
}
......
......@@ -12,7 +12,7 @@
<mat-icon *ngIf="moderationEnabled" class="gavel" matTooltip="{{ 'room-page.moderation-enabled' | translate }}">
gavel
</mat-icon>
<h3>
<h3 class="room-short-id">
{{ 'room-page.session-id' | translate}}: {{ room.shortId }}
</h3>
</mat-card-subtitle>
......
......@@ -91,10 +91,17 @@ mat-grid-tile {
}
.gavel {
margin: 5% 2% 0 0;
margin: 0.9em 0.25em 0 0;
color: var(--on-surface);
}
.room-short-id {
font-size: larger;
font-weight: bold;
color: var(--on-surface) !important;
margin: 1em;
}
::ng-deep .mat-badge-content {
background: var(--secondary);
color: var(--on-secondary);
......
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