Add onion location support (#207)

* Add initial onion tab

* Add some explaining copy

* Add to generator

* Add strings to language packs

* Add external learn more link
This commit is contained in:
Matt (IPv4) Cowley
2021-01-04 15:41:56 +00:00
committed by GitHub
parent 2b459b47ee
commit 0cefd5ddef
12 changed files with 289 additions and 4 deletions

View File

@@ -49,6 +49,12 @@ THE SOFTWARE.
&.is-aligned-top {
align-items: flex-start;
> .field-label {
&.has-margin-top {
margin-top: .75rem;
}
}
> p {
@include sailec-medium;
@@ -116,6 +122,18 @@ THE SOFTWARE.
display: inline-block;
font-size: 14px;
padding: 0 .5rem;
&.message {
padding: 0;
.message-body {
display: inline-block;
}
}
.fa-external-link-alt {
margin: 0 0 0 .25rem;
}
}
}