Add download & copy buttons

This commit is contained in:
MattIPv4
2020-05-07 17:31:40 +01:00
parent 2809d5fa7a
commit 8ee4a8eb88
7 changed files with 371 additions and 66 deletions

View File

@@ -113,25 +113,6 @@ $highlight: #f2c94c;
}
}
&.setup {
p {
color: $dark-blue;
overflow-wrap: break-word;
a {
text-decoration: none;
}
}
ol {
margin: 0 1rem;
li {
margin: 0 0 1.5rem;
}
}
}
.container {
padding: 0 1.5rem;
}
@@ -372,4 +353,30 @@ $highlight: #f2c94c;
text-align: left;
}
}
.setup {
.panel {
p {
color: $dark-blue;
overflow-wrap: break-word;
a {
text-decoration: none;
}
}
ol {
margin: 0 1rem;
li {
margin: 0 0 1.5rem;
}
}
}
.buttons {
margin: 1rem 0;
}
}
}