1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

Updated virtual login functionality and top navbar when not authenicated.

This commit is contained in:
Lucas Brown
2019-08-05 16:48:32 -08:00
parent 0471af921c
commit 27fc20d4a1
12 changed files with 100 additions and 63 deletions

View File

@ -109,3 +109,12 @@ div.dataTable_card a.paginate_button.current {
.alert p:last-child {
margin-bottom: 0;
}
.topbar.navbar-light .navbar-nav.unauthenicated .nav-item .nav-link {
color: #4e73df;
}
.topbar.navbar-light .navbar-nav.unauthenicated .nav-item .nav-link:hover {
color: #1cc88a;
}