This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 2 files changed +34
-2
lines changed
app/directives/challenge-tile
2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 22
22
.phase-action ( ng-show ="challenge.userAction" , ng-switch ="challenge.userAction" )
23
23
a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost.submit ( ng-switch-when ="Submit" , ng-href ="{{challenge|challengeLinks:'submit'}}" ) Submit
24
24
a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost.submit ( ng-switch-when ="Appeal" , ng-href ="{{challenge|challengeLinks:'viewScorecards'}}" ) View Scorecards
25
- a.tc-btn.tc-btn-s.tc-btn-wide.tc- btn-ghost .submit ( ng-switch-when ="Appeal" , ng-href ="{{challenge|challengeLinks:'completeAppeals'}}" ) Complete Appeals
25
+ a.tc-btn.tc-btn-s.tc-btn-wide.btn-danger .submit ( ng-switch-when ="Appeal" , ng-href ="{{challenge|challengeLinks:'completeAppeals'}}" ) Complete Appeals
26
26
27
27
.submitted ( ng-switch-when ="Submitted" ) Submitted
28
28
100
100
.phase-action ( ng-switch ="challenge.userAction" )
101
101
a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost.submit ( ng-switch-when ="Submit" , ng-href ="{{challenge|challengeLinks:'submit'}}" ) Submit
102
102
a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost.submit ( ng-switch-when ="Appeal" , ng-href ="{{challenge|challengeLinks:'viewScorecards'}}" ) View Scorecards
103
- a.tc-btn.tc-btn-s.tc-btn-wide.tc- btn-ghost .submit ( ng-switch-when ="Appeal" , ng-href ="{{challenge|challengeLinks:'completeAppeals'}}" ) Complete Appeals
103
+ a.tc-btn.tc-btn-s.tc-btn-wide.btn-danger .submit ( ng-switch-when ="Appeal" , ng-href ="{{challenge|challengeLinks:'completeAppeals'}}" ) Complete Appeals
104
104
105
105
.submitted ( ng-switch-when ="Submitted" ) Submitted
106
106
Original file line number Diff line number Diff line change @@ -248,6 +248,22 @@ challenge-tile .challenge.tile-view {
248
248
.submit {
249
249
margin : 12px ;
250
250
display : block ;
251
+
252
+ & .btn-danger {
253
+ color : #e66e66 ;
254
+ background-color : $white ;
255
+ border-color : #e66e66 ;
256
+
257
+ & :hover {
258
+ background-color : #e66e66 ;
259
+ color : $white ;
260
+ }
261
+
262
+ & :active {
263
+ background-color : #e0493e ;
264
+ box-shadow : inset 0px 1px 1px 0px rgba (0 ,0 ,0 ,0.30 );
265
+ }
266
+ }
251
267
}
252
268
253
269
.submitted {
@@ -508,6 +524,22 @@ challenge-tile .challenge.list-view {
508
524
.submit {
509
525
display : block ;
510
526
margin : 6px 0 ;
527
+
528
+ & .btn-danger {
529
+ color : #e66e66 ;
530
+ background-color : $white ;
531
+ border-color : #e66e66 ;
532
+
533
+ & :hover {
534
+ background-color : #e66e66 ;
535
+ color : $white ;
536
+ }
537
+
538
+ & :active {
539
+ background-color : #e0493e ;
540
+ box-shadow : inset 0px 1px 1px 0px rgba (0 ,0 ,0 ,0.30 );
541
+ }
542
+ }
511
543
}
512
544
513
545
.submitted {
You can’t perform that action at this time.
0 commit comments