mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-11-06 11:56:15 +08:00
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:
committed by
GitHub
parent
2b459b47ee
commit
0cefd5ddef
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user