Skip to content
Snippets Groups Projects
Commit 9c0ffa81 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Remove inner card in home-view

parent 58f475af
No related merge requests found
......@@ -12,7 +12,6 @@
<mat-card-content>
<div fxLayout="column" fxLayoutAlign="center" fxLayoutGap="20px" fxFill>
<div fxLayout="row" fxLayoutAlign="center">
<mat-card class="inner">
<!-- <mat-tab-group class="login-tab-group">
<mat-tab label="{{ 'login-page.creator' | translate }}">
<div fxLayout="column" fxLayoutAlign="start" fxLayoutGap="20px">
......@@ -38,7 +37,6 @@
</button>
</div> -->
<app-new-landing></app-new-landing>
</mat-card>
</div>
</div>
</mat-card-content>
......
......@@ -4,11 +4,6 @@
margin-top: 2%;
}
.inner {
min-width: 320px;
background-color: #f5f5f5;
}
.outer {
width: 500px;
background-color: #bbdefb;
......
......@@ -16,7 +16,7 @@
</div>
</form>
<button mat-button class="demo" color="primary">Demo Session<mat-icon color="accent">lightbulb_outline</mat-icon></button>
<button mat-fab color="accent" (click)="openCreateRoomDialog()">
<button mat-fab color="accent" (click)="openCreateRoomDialog()">
<mat-icon class="add">add</mat-icon>
</button>
<h3>Neue Session erstellen!</h3>
......
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