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

Commit 179df79

Browse files
author
vikasrohit
committed
SUP-2241, Dashboard--> "This challenge is currently paused" should have padding on challenge card.
-- Updated the styles as per specs
1 parent 8d2fbf0 commit 179df79

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

assets/css/directives/challenge-tile.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,13 @@ challenge-tile .challenge.tile-view {
137137

138138
.stalled-challenge {
139139
min-height: 83px;
140-
padding-top: 21px;
140+
padding: 21px 20px 0px 20px;
141+
@include sofia-pro-medium;
142+
font-size: 12px;
143+
line-height: 18px;
144+
text-transform: uppercase;
145+
text-align: center;
146+
color: $accent-gray;
141147
}
142148

143149
.phase-action {

assets/css/directives/ios-card.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,13 @@ ios-card .challenge.tile-view {
155155
.stalled-challenge {
156156
margin-top: 31px;
157157
margin-bottom: 32px;
158+
padding: 0px 20px 0px 20px;
159+
@include sofia-pro-medium;
160+
font-size: 12px;
161+
line-height: 18px;
162+
text-transform: uppercase;
163+
text-align: center;
164+
color: $accent-gray;
158165
}
159166

160167
.phase-action {

0 commit comments

Comments
 (0)