@apolitical/component-library 1.14.15 → 1.15.0-beta.2

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.
@@ -1,4 +1,4 @@
1
- $font-path: 'fonts/';
1
+ $font-path: 'https://apolitical.co/fonts/Web/';
2
2
  $font-name: 'Moderat';
3
3
 
4
4
  @mixin font-styling($weight: 400, $style: normal) {
@@ -37,8 +37,7 @@ $overlay: ('padding': 48);
37
37
  height: 100vh;
38
38
  margin-top: auto;
39
39
  margin-bottom: auto;
40
- overflow-x: hidden;
41
- overflow-y: auto;
40
+ overflow: hidden auto;
42
41
  }
43
42
 
44
43
  }
@@ -12,8 +12,7 @@ $button-wrapper-button: ('margin': 12);
12
12
  padding: 0;
13
13
  display: flex;
14
14
  flex-flow: row wrap;
15
- justify-content: center;
16
- align-content: center;
15
+ place-content: center;
17
16
 
18
17
  li, > button, > .button {
19
18
  margin: 0 px-to-rem(map.get($button-wrapper-button, 'margin')) px-to-rem(map.get($button-wrapper-button, 'margin')) px-to-rem(map.get($button-wrapper-button, 'margin'));
@@ -176,8 +176,7 @@
176
176
  &.icon {
177
177
  display: inline-flex;
178
178
  flex-flow: row;
179
- align-content: center;
180
- justify-content: center;
179
+ place-content: center;
181
180
 
182
181
  &::before {
183
182
  content: '';
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file