|
1 | 1 | .program-record-wrapper { |
2 | | - @extend .my-4\.5; |
| 2 | + margin-top: calc(var(--pgn-spacing-spacer-base) * 2) !important; |
3 | 3 |
|
4 | 4 | .back-to-records:hover { |
5 | 5 | background: none; |
6 | 6 | } |
7 | 7 |
|
8 | 8 | .program-record-nav { |
9 | | - @extend .d-flex, .justify-content-between, .mb-3; |
| 9 | + display: flex !important; |
| 10 | + justify-content: space-between !important; |
| 11 | + margin-bottom: var(--pgn-spacing-spacer-base) !important; |
10 | 12 |
|
11 | 13 | .program-record-actions { |
12 | | - @extend .d-flex; |
| 14 | + display: flex !important; |
13 | 15 | gap: 0.5rem; |
14 | 16 | } |
15 | 17 |
|
16 | 18 | .download-record { |
17 | | - @extend .d-flex, .flex-row-reverse; |
| 19 | + display: flex !important; |
| 20 | + flex-direction: row-reverse !important; |
18 | 21 | } |
19 | 22 | } |
20 | 23 |
|
|
23 | 26 | .program-record-header { |
24 | 27 |
|
25 | 28 | .program-headings { |
26 | | - @extend .d-flex, .justify-content-between; |
27 | | - color: $primary-500; |
| 29 | + display: flex !important; |
| 30 | + justify-content: space-between !important; |
| 31 | + color: var(--pgn-color-primary-500); |
28 | 32 |
|
29 | 33 | h4 { |
30 | 34 | color: inherit; |
31 | 35 | } |
32 | 36 |
|
33 | 37 | .program-title { |
34 | | - @extend .d-flex, .flex-column; |
| 38 | + display: flex !important; |
| 39 | + flex-direction: column !important; |
35 | 40 |
|
36 | 41 | .heading-label { |
37 | 42 | text-transform: capitalize; |
|
44 | 49 | } |
45 | 50 |
|
46 | 51 | .program-status { |
47 | | - @extend .d-flex, .align-items-center; |
| 52 | + display: flex !important; |
| 53 | + align-items: center !important; |
48 | 54 | gap: 0.5rem; |
49 | 55 |
|
50 | 56 | span.badge { |
51 | | - @extend .d-flex; |
| 57 | + display: flex !important; |
52 | 58 | } |
53 | 59 |
|
54 | 60 | span.updated { |
55 | | - @extend .small; |
| 61 | + font-size: var(--pgn-typography-font-size-sm); |
| 62 | + font-weight: var(--pgn-typography-font-weight-normal); |
56 | 63 | } |
57 | 64 | } |
58 | 65 |
|
59 | 66 | .learner-info { |
60 | | - @extend .d-flex; |
| 67 | + display: flex !important; |
61 | 68 | gap: 0.25rem; |
62 | 69 | } |
63 | 70 | } |
|
68 | 75 | } |
69 | 76 |
|
70 | 77 | .help { |
71 | | - color: $primary-500; |
| 78 | + color: var(--pgn-color-primary-500); |
72 | 79 | } |
73 | 80 | } |
0 commit comments