epfl-elements 4.1.0 → 4.2.0

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.
@@ -18969,6 +18969,10 @@ a.cc-btn {
18969
18969
  text-decoration: none;
18970
18970
  }
18971
18971
 
18972
+ a.cc-link {
18973
+ padding: 0.2em 0;
18974
+ }
18975
+
18972
18976
  .epfl-faq-header {
18973
18977
  margin-bottom: 2rem;
18974
18978
  }
@@ -19269,6 +19273,11 @@ a.cc-btn {
19269
19273
  }
19270
19274
 
19271
19275
  .list-group.list-events-featured .list-group-teaser {
19276
+ -webkit-box-flex: 1;
19277
+ -ms-flex-positive: 1;
19278
+ flex-grow: 1;
19279
+ -ms-flex-preferred-size: 0;
19280
+ flex-basis: 0;
19272
19281
  background: transparent;
19273
19282
  margin-bottom: 1rem;
19274
19283
  }