Add More Access List Entries & Access List Help

This commit is contained in:
THEGamingninja
2021-03-25 14:59:07 -04:00
parent 1a64d44857
commit 63d3c2d06f
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;