mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-11-06 11:56:15 +08:00
Show warning icons in tabs (#260)
* Add unstyled warning to onion tab * Style the warning icon * Add warning for http3 * Add warning icon to global security tab * Surface warnings for domains * Show warning icon for duplicate domains * Improve http3 warning string names * Show warning message/icon for Brotli
This commit is contained in:
committed by
GitHub
parent
fe5f2b234d
commit
27d090daeb
@@ -53,6 +53,10 @@ THE SOFTWARE.
|
||||
&.has-margin-top {
|
||||
margin-top: .75rem;
|
||||
}
|
||||
|
||||
&.has-small-margin-top {
|
||||
margin-top: .25rem;
|
||||
}
|
||||
}
|
||||
|
||||
> p {
|
||||
|
||||
@@ -97,17 +97,24 @@ THE SOFTWARE.
|
||||
}
|
||||
|
||||
i {
|
||||
font-size: .75em;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Handle having the remove icon as well as the add icon
|
||||
i {
|
||||
font-size: .75em;
|
||||
|
||||
// Add domain button
|
||||
&.fa-plus {
|
||||
font-size: .75em;
|
||||
margin: 0 .35rem 0 0;
|
||||
}
|
||||
|
||||
// Warning icon
|
||||
&.fa-exclamation-triangle {
|
||||
color: $warning-hover;
|
||||
font-size: .9em;
|
||||
margin: 0 0 .1rem .35rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user