CreditCardExample/styles/component-styles/navbar.css

18 lines
363 B
CSS
Raw Permalink Normal View History

.via-navbar {
@apply bg-white border-slate-200;
}
.via-menu-btn-navbar {
@apply text-slate-500 hover:text-slate-600;
}
.via-usermenu-btn-navbar {
@apply bg-oper-600 text-white !important;
}
.via-useroptions-navbar {
@apply text-black hover:bg-oper-600 hover:text-white !important;
}
.via-useroptions-selected-navbar {
@apply bg-oper-600 text-white;
}