1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-23 21:33:01 +02:00

feat(admin-panel): improve admin settings page #186

This commit is contained in:
Awilum
2019-09-01 12:48:02 +03:00
parent 4cae1c624c
commit 4d57f34ca4

View File

@@ -197,3 +197,13 @@
border-bottom: 1px solid #ccc;
color: black;
}
.flex-column.nav-pills .nav-link.active,
.flex-column.nav-pills .show > .nav-link {
background: #e0e0e1;
border-bottom: none;
}
.flex-column.nav-pills .nav-link {
background: #eaeaeb;
}