Skip to content

Commit

Permalink
fix: ux link mobile login
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdeus committed Nov 27, 2024
1 parent 51c0700 commit 9905995
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions decidim-core/app/packs/stylesheets/decidim/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,15 @@ header {
}

&__login {
@apply w-20 h-full flex flex-row items-center relative text-secondary gap-1;
@apply w-auto h-full flex flex-row items-center relative text-secondary gap-1;

svg {
@apply w-8 h-6 fill-current;
}

svg + span {
@apply text-sm first-letter:uppercase pr-4 w-16;
@apply text-sm first-letter:uppercase pr-4 w-auto;
flex-shrink: 0;
}
}
}
Expand Down

0 comments on commit 9905995

Please sign in to comment.