Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 08fea27

Browse files
author
vikasrohit
committed
SUP-1811, Stalled iOS Challenge Card should behave the same way as normal challenge cards
Fixed iOS card height for non stalled phases to match with first card (370px)
1 parent 4040ed4 commit 08fea27

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

assets/css/directives/ios-card.scss

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ ios-card .challenge.tile-view {
4949
align-items: center;
5050

5151
.currentPhase {
52-
margin-top: 42px;
52+
margin-top: 40px;
53+
@include sofia-pro-light;
54+
font-size: 20px;
55+
line-height: 24px;
5356
}
5457
}
5558

@@ -62,7 +65,8 @@ ios-card .challenge.tile-view {
6265
}
6366

6467
.technologies {
65-
margin-bottom: 40px;
68+
height: 36px;
69+
margin-bottom: 33px;
6670
padding: 0 20px;
6771
@include source-sans-regular;
6872
font-size: 13px;
@@ -75,8 +79,7 @@ ios-card .challenge.tile-view {
7579
align-items: center;
7680
width: 75px;
7781
height: 63px;
78-
margin-bottom: 20px;
79-
margin-top: 44px;
82+
margin-top: 16px;
8083
background-image: url(/images/ico-calendar.svg);
8184

8285
> p {
@@ -106,8 +109,8 @@ ios-card .challenge.tile-view {
106109
}
107110

108111
.stalled-challenge {
109-
margin-top: 40px;
110-
margin-bottom: 40px;
112+
margin-top: 31px;
113+
margin-bottom: 32px;
111114
}
112115

113116
.phase-action {

0 commit comments

Comments
 (0)