@jetbrains/kotlin-web-site-ui 4.8.0-alpha.1 → 4.8.0-alpha.2
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.
- package/out/components/footer/index.css +15 -15
- package/package.json +1 -1
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
@media (max-width: 616px) {.ktl-social-list-module_social-list_K2Nqu {
|
|
8
|
-
-moz-column-gap:
|
|
9
|
-
column-gap:
|
|
8
|
+
-moz-column-gap: var(--ktl-box-block-l);
|
|
9
|
+
column-gap: var(--ktl-box-block-l)
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
@media (max-width: 472px) {.ktl-social-list-module_social-list_K2Nqu {
|
|
14
|
-
-moz-column-gap:
|
|
15
|
-
column-gap:
|
|
14
|
+
-moz-column-gap: var(--ktl-box-block-l);
|
|
15
|
+
column-gap: var(--ktl-box-block-l);
|
|
16
16
|
grid-template-columns: repeat(3, -webkit-min-content);
|
|
17
17
|
grid-template-columns: repeat(3, min-content);
|
|
18
18
|
grid-auto-flow: row
|
|
@@ -71,13 +71,13 @@
|
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
@media (max-width: 616px) {.ktl-nav-list-module_nav-list_-k4np {
|
|
74
|
-
padding:
|
|
75
|
-
margin:
|
|
74
|
+
padding: var(--ktl-box-section-s) 0;
|
|
75
|
+
margin: var(--ktl-box-section-s) 0 0;
|
|
76
76
|
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
|
77
77
|
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
|
|
78
78
|
display: grid;
|
|
79
79
|
grid-template-columns: 1fr 1fr;
|
|
80
|
-
gap:
|
|
80
|
+
gap: var(--ktl-box-section-s)
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
padding-right: 12px;
|
|
127
127
|
margin-right: 12px;
|
|
128
128
|
margin-top: 12px;
|
|
129
|
-
line-height:
|
|
129
|
+
line-height: var(--ktl-box-section-m);
|
|
130
130
|
position: relative;
|
|
131
131
|
}
|
|
132
132
|
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
|
|
210
210
|
.ktl-footer-module_footer_m67Up {
|
|
211
211
|
background: var(--ktl-light-grey);
|
|
212
|
-
padding:
|
|
212
|
+
padding: var(--ktl-box-page-m) 0;
|
|
213
213
|
min-width: 320px;
|
|
214
214
|
box-sizing: border-box;
|
|
215
215
|
font-family: var(--ktl-font-family-inter);
|
|
@@ -232,15 +232,15 @@
|
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
.ktl-footer-module_social-list-title_HPzIP {
|
|
235
|
-
margin-right:
|
|
235
|
+
margin-right: var(--ktl-box-block-m);
|
|
236
236
|
}
|
|
237
237
|
|
|
238
238
|
.ktl-footer-module_text-area_flccc {
|
|
239
|
-
margin-top:
|
|
239
|
+
margin-top: var(--ktl-box-block-m);
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
.ktl-footer-module_logo-area_SsNTa {
|
|
243
|
-
margin-top:
|
|
243
|
+
margin-top: var(--ktl-box-page-m);
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
.ktl-footer-module_copyright_XjtgY {
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
|
|
258
258
|
@media (max-width: 808px) {
|
|
259
259
|
.ktl-footer-module_footer_m67Up {
|
|
260
|
-
padding:
|
|
260
|
+
padding: var(--ktl-box-section-l) 0;
|
|
261
261
|
}
|
|
262
262
|
}
|
|
263
263
|
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
}
|
|
268
268
|
|
|
269
269
|
.ktl-footer-module_logo-area_SsNTa {
|
|
270
|
-
margin-top:
|
|
270
|
+
margin-top: var(--ktl-box-section-s);
|
|
271
271
|
}
|
|
272
272
|
|
|
273
273
|
.ktl-footer-module_copyrightBreakLine_0hI7E {
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
|
|
278
278
|
@media (max-width: 472px) {
|
|
279
279
|
.ktl-footer-module_footer_m67Up {
|
|
280
|
-
padding:
|
|
280
|
+
padding: var(--ktl-box-section-s) 0;
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
283
|
.ktl-layout {
|