forked from Transparency/kgroad-frontend2
23 lines
400 B
SCSS
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;
|
|
}
|