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

Style create-button

parent 82a43d00
No related merge requests found
......@@ -16,8 +16,9 @@
</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 class="fab-extended" color="accent" (click)="openCreateRoomDialog()">
<mat-icon class="add">add</mat-icon>
Create Session
</button>
<h3>Neue Session erstellen!</h3>
</div>
......@@ -10,3 +10,11 @@ h3 {
color: #4db6ac;
text-align: center;
}
.fab-extended {
width: 70%;
height: 48px;
padding: 0px;
border-radius: 32px;
justify-content: center;
}
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