Skip to content

Commit

Permalink
Remove button wrapper styling
Browse files Browse the repository at this point in the history
  • Loading branch information
romeonicholas committed Oct 31, 2023
1 parent 78327ea commit f119bf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
>
<h3>Git sources</h3>
<mat-divider></mat-divider>
<div class="button-wrapper">
<div class="my-[10px]">
<a mat-button (click)="modelSourceSelection.emit('git-add')">
<span> Use existing repository </span>
<mat-icon class="mat-icon-position right">navigate_next</mat-icon>
Expand All @@ -33,14 +33,14 @@ <h3>Git sources</h3>
>
<h3>Team4Capella sources</h3>
<mat-divider></mat-divider>
<div class="button-wrapper">
<div class="my-[10px]">
<a mat-button (click)="modelSourceSelection.emit('t4c-existing')">
<span> Use existing repository </span>
<mat-icon class="mat-icon-position right">navigate_next</mat-icon>
</a>
</div>
<div
class="button-wrapper"
class="my-[10px]"
*ngIf="
(modelService.model$ | async)!.tool?.integrations?.t4c &&
userService.user?.role === 'administrator'
Expand All @@ -55,7 +55,7 @@ <h3>Team4Capella sources</h3>

<h3>Other</h3>
<mat-divider></mat-divider>
<div class="button-wrapper">
<div class="my-[10px]">
<a mat-button (click)="modelSourceSelection.emit('skip')">
<span> Manually configure model </span>
<mat-icon class="mat-icon-position right">navigate_next</mat-icon>
Expand Down
5 changes: 0 additions & 5 deletions frontend/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,11 +185,6 @@ fieldset > :not(.field-separator) {
flex-shrink: 0.5;
}

.button-wrapper {
margin-top: 10px;
margin-bottom: 10px;
}

.button-content-wrapper {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit f119bf7

Please sign in to comment.