Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
crisnicandrei committed Nov 1, 2023
1 parent 138bacd commit 45e3e86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
Once you send gift storage to someone else, it can’t be reclaimed.
</p>
<div class="buttons">
<button class="btn btn-sm btn-secondary" (click)="onDoneClick()">Cancel</button>
<button class="btn btn-sm btn-secondary" (click)="onDoneClick()">
Cancel
</button>

<button class="btn btn-sm btn-primary" (click)="onConfirmClick()">
Yes, gift storage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ pr-archive-small {
margin: 0 10px;
width: 15%;

@include beforeDesktop{
@include beforeDesktop {
width: 20%;
}
}

& .btn-primary {
width: 30%;
@include beforeDesktop{
@include beforeDesktop {
width: 35%;
}
}
Expand Down

0 comments on commit 45e3e86

Please sign in to comment.