kgroad-frontend2/src/widgets/Navbar/NavAuth/NavAuth.scss
Vladislav Khorev e0e2f5470d renamed folders
2024-02-14 08:04:02 +00:00

23 lines
400 B
SCSS

@import "../../../shared/ui/variables.scss";
.nav-auth-profile-lg,
.nav-auth-signin-lg {
width: fit-content;
padding: 8px 16px;
background-color: $light-blue;
border-radius: 5px;
font-weight: 900;
color: white;
}
.nav-auth-profile-sm,
.nav-auth-signin-sm {
width: fit-content;
}
.nav-auth-profile-sm_active,
.nav-auth-signin-sm_active {
width: fit-content;
color: $light-blue;
}