Skip to content

Commit 2e02ce4

Browse files
committed
lint
1 parent 8cc9096 commit 2e02ce4

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

style/base.css

+32-32
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,38 @@
221221
background-color: none !important;
222222
}
223223

224+
.glue-LinkEditor-advancedLinkItem {
225+
padding-top: 0.4em;
226+
}
227+
228+
.glue-LinkEditor-advancedLinkItem:not(:first-child) {
229+
border-top: solid 1px;
230+
}
231+
232+
.glue-LinkEditor-advancedLinkItem table td:not(:last-child) {
233+
vertical-align: top;
234+
}
235+
236+
.glue-LinkEditor-advanced table tr td:last-child {
237+
text-align: right;
238+
}
239+
240+
.glue-LinkEditor-summary table {
241+
width: 100%;
242+
}
243+
244+
.glue-LinkEditor-summary table tr td:not(:last-child) {
245+
width: 40%;
246+
}
247+
248+
.glue-LinkEditor-identity {
249+
background-color: var(--jp-layout-color0);
250+
}
251+
252+
.glue-LinkEditor-identity table tr td:last-child {
253+
text-align: right;
254+
}
255+
224256
.glue-LinkEditor-linking .advanced-link-description {
225257
font-style: italic;
226258
}
@@ -255,38 +287,6 @@
255287
background-color: var(--jp-brand-color1);
256288
}
257289

258-
.glue-LinkEditor-summary table {
259-
width: 100%;
260-
}
261-
262-
.glue-LinkEditor-summary table tr td:not(:last-child) {
263-
width: 40%;
264-
}
265-
266-
.glue-LinkEditor-identity {
267-
background-color: var(--jp-layout-color0);
268-
}
269-
270-
.glue-LinkEditor-identity table tr td:last-child {
271-
text-align: right;
272-
}
273-
274-
.glue-LinkEditor-advancedLinkItem {
275-
padding-top: 0.4em;
276-
}
277-
278-
.glue-LinkEditor-advancedLinkItem:not(:first-child) {
279-
border-top: solid 1px;
280-
}
281-
282-
.glue-LinkEditor-advancedLinkItem table td:not(:last-child) {
283-
vertical-align: top;
284-
}
285-
286-
.glue-LinkEditor-advanced table tr td:last-child {
287-
text-align: right;
288-
}
289-
290290
.glue-LinkEditor-widget {
291291
display: flex;
292292
flex-direction: column;

0 commit comments

Comments
 (0)