Merge pull request #975 from thegamingninja/feature/more-access-ips

Improved Access List Form
This commit is contained in:
jc21
2021-05-06 11:06:08 +10:00
committed by GitHub
5 changed files with 51 additions and 17 deletions

View File

@ -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;