luna-one 3.1.475 → 3.1.476
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.
|
@@ -175,7 +175,7 @@ var Tabs = function Tabs(_ref3) {
|
|
|
175
175
|
numberOfTabs: tabs.length
|
|
176
176
|
});
|
|
177
177
|
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
178
|
-
className: "content-entries",
|
|
178
|
+
className: "content-entries ".concat(orientationClass),
|
|
179
179
|
id: size === "tablet" ? contentID : "",
|
|
180
180
|
role: "tabpanel",
|
|
181
181
|
"aria-labelledby": contentID
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
min-width: 70px;
|
|
257
257
|
width: 70px;
|
|
258
258
|
height: 70px;
|
|
259
|
-
margin-right:
|
|
259
|
+
margin-right: 16px;
|
|
260
260
|
border-radius: 100%;
|
|
261
261
|
overflow: hidden;
|
|
262
262
|
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
.nav-title {
|
|
272
272
|
margin: 0;
|
|
273
273
|
font-size: 16px;
|
|
274
|
-
line-height:
|
|
274
|
+
line-height: 20px;
|
|
275
275
|
font-family: $bold-font-family;
|
|
276
276
|
|
|
277
277
|
@media screen and (max-width: $breakpoint-sm) {
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
|
|
282
282
|
.nav-subtitle {
|
|
283
283
|
margin: 6px 0 0 0;
|
|
284
|
-
font-size:
|
|
284
|
+
font-size: 14px;
|
|
285
285
|
line-height: 19px;
|
|
286
286
|
|
|
287
287
|
@media screen and (max-width: $breakpoint-sm) {
|
|
@@ -700,6 +700,38 @@
|
|
|
700
700
|
}
|
|
701
701
|
}
|
|
702
702
|
|
|
703
|
+
.content-entries.top,
|
|
704
|
+
.content-entries.bottom {
|
|
705
|
+
.ter-block-list-items {
|
|
706
|
+
margin: 5px auto;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
.ter-bounded-cards {
|
|
710
|
+
margin: 0 auto;
|
|
711
|
+
max-width: 1110px !important;
|
|
712
|
+
display: flex;
|
|
713
|
+
flex-wrap: wrap;
|
|
714
|
+
|
|
715
|
+
@media screen and (max-width: $breakpoint-md) {
|
|
716
|
+
max-width: 1000px !important;
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
@media screen and (max-width: 1200px) {
|
|
720
|
+
max-width: 900px !important;
|
|
721
|
+
grid-gap: 20px;
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
@media screen and (max-width: 1100px) {
|
|
725
|
+
max-width: 800px !important;
|
|
726
|
+
grid-gap: 20px;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
@media screen and (max-width: $breakpoint-sm) {
|
|
730
|
+
margin: 5px;
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
|
|
703
735
|
.content-entries {
|
|
704
736
|
width: 100%;
|
|
705
737
|
max-width: 100%;
|