Merge pull request #569 from dod-ccpo/ko-redirect

KO redirect
This commit is contained in:
dandds
2019-01-23 11:24:44 -05:00
committed by GitHub
4 changed files with 46 additions and 15 deletions

View File

@@ -120,8 +120,19 @@
width: 100%;
}
.task-order-next-steps__panel-head {
border-bottom: 1px solid black;
padding: ($gap * 4) ($gap * 2);
margin: 0;
}
.task-order-next-steps__step {
border-bottom: 1px dotted $color-gray;
padding: ($gap * 4) ($gap * 2);
margin: 0;
.task-order-next-steps__icon {
width: 8%;
padding: $gap $gap 0 0;
justify-content: center;
.complete {
@@ -133,11 +144,20 @@
}
.task-order-next-steps__text {
width: 60%;
@include ie-only {
width: 100%
}
}
.task-order-next-steps__action {
padding: $gap 0 0 $gap;
width: 32%;
a.usa-button {
width: 100%;
}
}
.task-order-next-steps__heading {
h4 {
margin: $gap $gap 0 0;