Skip to content
Snippets Groups Projects
Commit e260e9c3 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-2966 OZG-3177 Improve download button UI

parent 638a7f0a
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ h3 { ...@@ -51,7 +51,7 @@ h3 {
font-weight: 500; font-weight: 500;
} }
.nachrichten { .nachrichten-header {
border-top: 1px solid rgba(0, 0, 0, 0.08); border-top: 1px solid rgba(0, 0, 0, 0.08);
margin-top: 16px; margin-top: 16px;
} }
......
...@@ -21,3 +21,8 @@ ...@@ -21,3 +21,8 @@
* Die sprachspezifischen Genehmigungen und Beschränkungen * Die sprachspezifischen Genehmigungen und Beschränkungen
* unter der Lizenz sind dem Lizenztext zu entnehmen. * unter der Lizenz sind dem Lizenztext zu entnehmen.
*/ */
:host {
display: block;
margin: 16px 24px;
}
\ No newline at end of file
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
--> -->
<button mat-stroked-button data-test-class="icon-button" [attr.data-test-id]="dataTestId" <button mat-stroked-button data-test-class="icon-button" [attr.data-test-id]="dataTestId"
[color]="color" [type]="type" [disabled]="isDisabled" [matTooltip]="toolTip" [color]="color" [type]="type" [disabled]="isDisabled" [matTooltip]="toolTip"
(click)="clickEmitter.emit($event)"> [class.with-text]="text" (click)="clickEmitter.emit($event)">
<mat-icon *ngIf="icon" data-test-class="icon" <mat-icon *ngIf="icon" data-test-class="icon"
[style.visibility]="isDisabled ? 'hidden' : 'visible'"> [style.visibility]="isDisabled ? 'hidden' : 'visible'">
......
...@@ -39,5 +39,10 @@ goofy-client-spinner { ...@@ -39,5 +39,10 @@ goofy-client-spinner {
} }
button { button {
min-width: 54px; min-width: 36px;
min-height: 36px;
padding: 0;
&.with-text {
padding: 0 15px;
}
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment