You've already forked golang-saas-starter-kit
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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user