padding-top: 30px;
}
- h2 {
- color: $secondary-text-color;
- font-size: 24px;
- line-height: 28px;
- font-weight: 400;
+ &-heading {
+ display: flex;
+
padding-bottom: 40px;
border-bottom: 1px solid lighten($ui-base-color, 8%);
margin-bottom: 40px;
+ flex-wrap: wrap;
+ align-items: center;
+
+ justify-content: space-between;
+
+ &-actions {
+ display: inline-flex;
+
+ & > * {
+ margin-left: 5px;
+ }
+ }
+
@media screen and (max-width: $no-columns-breakpoint) {
border-bottom: 0;
padding-bottom: 0;
+ }
+ }
+
+ h2 {
+ color: $secondary-text-color;
+ font-size: 24px;
+ line-height: 28px;
+ font-weight: 400;
+
+ @media screen and (max-width: $no-columns-breakpoint) {
font-weight: 700;
}
}