vendor/assets/stylesheets/components/_card.scss in active_frontend-17.2.0 vs vendor/assets/stylesheets/components/_card.scss in active_frontend-17.3.0
- old
+ new
@@ -134,5 +134,12 @@
border-right-style: solid;
border-right-width: 1px;
}
}
}
+.card-cohort {
+ > .cohort-container {
+ border: 0;
+ border-color: inherit;
+ border-radius: 0;
+ }
+}