gent_styleguide 7.2.1 → 7.2.3

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.
@@ -41,15 +41,26 @@
41
41
  span {
42
42
  @include icon('calendar');
43
43
 
44
- display: flex;
45
- flex-wrap: wrap;
46
- align-items: center;
47
- line-height: 1;
44
+ display: grid;
45
+ grid-template-columns: auto 1fr;
46
+ align-items: start;
47
+ column-gap: 5px;
48
+ line-height: 1.2;
48
49
 
49
50
  &::before {
50
51
  position: relative;
51
- margin-right: 5px;
52
+ margin-right: 0;
52
53
  font-size: 1.2rem;
54
+ line-height: 1;
55
+ }
56
+
57
+ time {
58
+ grid-column: 2;
59
+ min-width: 0;
60
+ }
61
+
62
+ time:first-of-type {
63
+ padding-top: calc((24px - (1em * 1.2)) / 2);
53
64
  }
54
65
  }
55
66
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gent_styleguide",
3
- "version": "7.2.1",
3
+ "version": "7.2.3",
4
4
  "description": "Styleguide Stad.Gent",
5
5
  "devDependencies": {
6
6
  "@babel/core": "^7.20.12",
@@ -41,7 +41,6 @@
41
41
  "stylelint-config-standard-scss": "^13.1.0",
42
42
  "stylelint-order": "^6.0.4",
43
43
  "stylelint-scss": "^6.14.0",
44
- "swiper": "^12.0.3",
45
44
  "ttf2woff2": "^8.0.0",
46
45
  "yargs": "^18.0.0"
47
46
  },
@@ -69,7 +68,8 @@
69
68
  "lodash.template": "^4.5.0",
70
69
  "masonry-layout": "^4.2.2",
71
70
  "selenium-webdriver": "^4.40.0",
72
- "set-value": "^4.1.0"
71
+ "set-value": "^4.1.0",
72
+ "swiper": "^12.0.3"
73
73
  },
74
74
  "engines": {
75
75
  "node": ">=10.14.2"