mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2026-08-08 02:02:33 +00:00
Learn: per-stage Open-in-Astrolabe hand-off links
This commit is contained in:
@@ -102,6 +102,19 @@
|
||||
min-height: 180px;
|
||||
}
|
||||
|
||||
/* The per-stage hand-off into the app: the stage's spec, self-contained, as a
|
||||
snippet — opened in a new tab so the lesson keeps its place. */
|
||||
.openLink {
|
||||
display: inline-block;
|
||||
margin-top: var(--space-3);
|
||||
font-size: 13px;
|
||||
color: var(--accent);
|
||||
text-decoration: none;
|
||||
}
|
||||
.openLink:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.note {
|
||||
padding: var(--space-4) var(--space-5);
|
||||
border-top: 1px solid var(--border);
|
||||
|
||||
Reference in New Issue
Block a user