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

Fix fab button style

parent 84df1d98
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@
<mat-icon>close</mat-icon>
</button>
<span class="fill-remaining-space"></span>
<!-- <span class="fill-remaining-space"></span> -->
<div class="button-bar" fxLayoutAlign="center center">
<div *ngIf="comments && comments.length > 0">
......@@ -29,7 +29,7 @@
<mat-icon class="searchBarIcon">sort</mat-icon>
</button>
<button mat-fab class="searchBarButton" *ngIf="!searchBox.value" (click)="openCreateDialog()"
<button mat-fab class="addButton" *ngIf="!searchBox.value" (click)="openCreateDialog()"
matTooltip="{{ 'comment-list.add-comment' | translate }}">
<mat-icon class="addCommentIcon">add</mat-icon>
</button>
......
......@@ -35,11 +35,17 @@ input {
width: 45px !important;
height: 45px !important;
text-align: center;
min-width: 50px;
margin: 0 2% 0 0;
margin: 1% 2% 1% 1%;
color: var(--secondary);
}
.addButton {
width: 40px;
height: 40px;
margin: 0 5% 0 0;
background-color: var(--secondary);
}
.addCommentIcon {
transform: scale(1.5);
color: var(--primary-variant)
......
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