Skip to content

Commit

Permalink
Tighter spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jchuahtacc committed Mar 22, 2019
1 parent 6dabdfb commit ceb760d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/components/action/action.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<span class="action">
<div class="action">
<xwing-icon [name]="action.type" [class]="css_class"></xwing-icon>
<span *ngIf="action.linked">&nbsp;<xwing-icon [name]="'linked'"></xwing-icon>&nbsp;<xws-action [action]="action.linked"></xws-action></span>
</span>
</div>
4 changes: 4 additions & 0 deletions src/app/components/action/action.component.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.action {
display: inline-block;
}

.difficulty-white {
color: white;
}
Expand Down
4 changes: 2 additions & 2 deletions src/app/components/pilot/pilot.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
}
.pilot-card-tablet {
@extend .pilot-card;
width: 29.5vh;
width: 27vh;
height: 40vh;
}
.pilot-card-tablet-portrait {
Expand Down Expand Up @@ -221,7 +221,7 @@
}
.item-pilotart-tablet {
@extend .item-pilotart;
height: 12.5vh;
height: 11vh;
}
.item-pilotart-tablet-portrait {
@extend .item-pilotart;
Expand Down

0 comments on commit ceb760d

Please sign in to comment.