@mtvh/mtvh-design-system 0.0.34 → 0.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51,5 +51,9 @@
51
51
  h3 {
52
52
  page-break-after: avoid;
53
53
  }
54
+
55
+ .print-logo {
56
+ width: 183px;
57
+ }
54
58
  }
55
59
  /* stylelint-enable declaration-no-important, selector-no-qualifying-type */
@@ -6,6 +6,27 @@
6
6
  padding: $mtvh-spacing-6 $mtvh-spacing-6 $mtvh-spacing-5 $mtvh-spacing-6;
7
7
  }
8
8
 
9
+ &.mtvh-content-block-details {
10
+ dl {
11
+ margin: 0;
12
+
13
+ > div {
14
+ display: flex;
15
+ margin-bottom: $mtvh-spacing-3;
16
+ }
17
+
18
+ dt {
19
+ font-weight: $mtvh-font-weight-normal;
20
+ margin-right: $mtvh-spacing-2;
21
+ }
22
+
23
+ dd {
24
+ font-weight: $mtvh-font-weight-bold;
25
+ margin: 0;
26
+ }
27
+ }
28
+ }
29
+
9
30
  p {
10
31
  margin-bottom: $mtvh-spacing-3;
11
32
  }
@@ -51,6 +51,11 @@
51
51
  }
52
52
  }
53
53
  }
54
+
55
+ .page-item.disabled {
56
+ display: none;
57
+ }
58
+
54
59
  .pagination-container {
55
60
  text-align: center;
56
61
  select.form-control {
@@ -1,21 +1,21 @@
1
1
  .nav {
2
- li {
3
- margin: 0 $mtvh-spacing-2 0 0;
4
- }
5
- .nav-link {
6
- border: $nav-tabs-border-width solid $nav-tabs-border-color;
7
-
8
- &.active {
9
- border: $nav-tabs-border-width solid $nav-tabs-border-color;
10
- //border-bottom: $nav-tabs-border-width solid var(--#{$prefix}grey-01)
11
- border-bottom-color: var(--#{$prefix}grey-01);
2
+ &.nav-tabs {
3
+ li {
4
+ margin: 0 $mtvh-spacing-2 0 0;
12
5
  }
13
-
14
- &:hover {
15
- background-color: var(--#{$prefix}grey-02);
16
- }
17
- &:focus-visible {
18
- @include focus-style;
6
+ .nav-link {
7
+ font-weight: $mtvh-font-weight-bold;
8
+ border: $nav-tabs-border-width solid $nav-tabs-border-color;
9
+ &.active {
10
+ border: $nav-tabs-border-width solid $nav-tabs-border-color;
11
+ border-bottom-color: var(--#{$prefix}grey-01);
12
+ }
13
+ &:hover {
14
+ background-color: var(--#{$prefix}grey-02);
15
+ }
16
+ &:focus-visible {
17
+ @include focus-style;
18
+ }
19
19
  }
20
20
  }
21
21
  }
@@ -408,7 +408,6 @@ $progress-bar-bg: var(--#{$prefix}purple-05);
408
408
  $progress-bar-color: var(--#{$prefix}purple-05);
409
409
  $progress-bg: var(--#{$prefix}white);
410
410
 
411
- $nav-link-font-weight: $mtvh-font-weight-bold;
412
411
  $nav-tabs-border-color: var(--#{$prefix}grey-04);
413
412
  $nav-tabs-border-width: 2px;
414
413
  $nav-tabs-link-active-bg: transparent;