File tree 2 files changed +23
-4
lines changed
packages/typescriptlang-org/src/components/layout
2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
a {
14
14
color : white ;
15
+ display : inline-block ;
15
16
}
16
17
17
18
section {
60
61
@media (max-width : $screen-sm ) {
61
62
li {
62
63
margin-left : 10px ;
64
+
63
65
p {
64
66
width : 100% ;
65
67
}
75
77
h3 {
76
78
width : 240px ;
77
79
}
80
+
78
81
display : flex ;
79
82
flex-direction : row ;
83
+
80
84
@media (max-width : $screen-sm ) {
81
85
flex-direction : column ;
82
86
margin-bottom : 1rem ;
87
+
83
88
label {
84
89
margin-left : 8px ;
85
90
}
86
91
}
92
+
87
93
label {
88
94
display : flex ;
89
95
flex-direction : row ;
96
+
90
97
p {
91
98
margin : 0 ;
92
99
padding : 0 ;
124
131
}
125
132
}
126
133
127
- article > ul {
134
+ article > ul {
128
135
display : flex ;
129
136
flex-wrap : wrap ;
130
137
131
- > li {
138
+ >li {
132
139
@media (min-width : $screen-sm ) {
133
140
width : 50% ;
134
141
}
142
+
135
143
margin-bottom : 0.8rem ;
136
144
word-break : break-all ;
137
145
}
140
148
#logos {
141
149
width : 200px ;
142
150
margin-right : 40px ;
151
+
143
152
svg {
144
153
margin-bottom : -0.8rem ;
145
154
}
148
157
img {
149
158
filter : invert (100% );
150
159
}
160
+
151
161
svg path {
152
162
fill : black ;
153
163
}
177
187
}
178
188
179
189
@media (max-width : $screen-sm ) {
190
+
180
191
// This was sneakily making site wider than
181
192
// the viewport because it uses opacity which affects layout
182
193
#playground-samples-popover {
196
207
.examples {
197
208
overflow-y : auto ;
198
209
199
- > div .section-content .section-list {
210
+ >div .section-content .section-list {
200
211
width : 300px ;
201
212
}
202
213
}
267
278
padding : 20px ;
268
279
width : 320px ;
269
280
}
281
+
270
282
border-bottom : 1px solid $ts-main-blue-darker-color ;
271
283
border-radius : 0 ;
272
284
}
275
287
color : $ts-main-blue-color ;
276
288
text-decoration : none ;
277
289
}
278
- }
290
+ }
Original file line number Diff line number Diff line change @@ -282,6 +282,13 @@ export const SiteFooter = (props: Props) => {
282
282
>
283
283
Privacy
284
284
</ a >
285
+ < a
286
+ style = { { paddingLeft : "0.8rem" } }
287
+ href = "https://www.microsoft.com/it-it/accessibility/declarations"
288
+ title = "Italy Digital Accessibility Requirements"
289
+ >
290
+ Accessibilità
291
+ </ a >
285
292
</ p >
286
293
</ article >
287
294
You can’t perform that action at this time.
0 commit comments