Improve and promote admin panel (#76)

* Improve and promote admin panel (#76)

* Customize admin panel texts (#76)

* Improve settings structure (#76)

* Improve admin list consistency (#76)

* Fix redirect URLs (#76)

* Add admin tooltip (#76)
This commit is contained in:
Sascha Ißbrücker
2021-02-24 03:36:27 +01:00
committed by GitHub
parent 8c161ba119
commit a02338cdec
12 changed files with 243 additions and 113 deletions

View File

@@ -52,4 +52,9 @@ h2 {
// Remove left padding from first pagination link
.pagination .page-item:first-child a {
padding-left: 0;
}
// Override border color for tab block
.tab-block {
border-bottom: solid 1px $border-color;
}