mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-17 17:56:27 +00:00
Merge pull request #975 from thegamingninja/feature/more-access-ips
Improved Access List Form
This commit is contained in:
@ -25,6 +25,11 @@ $pink: #f66d9b;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* For some reason this class doesn't have 'display: flex' when it should. https://preview.tabler.io/docs/buttons.html#list-of-buttons */
|
||||
.btn-list {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* Teal Outline Buttons */
|
||||
.btn-outline-teal {
|
||||
color: $teal;
|
||||
|
Reference in New Issue
Block a user