Skip to content

Commit

Permalink
style: Update CSS for Componere user profile area
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquinDecima committed May 10, 2024
1 parent b92645c commit 7e9c522
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion css/applications/componere.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
@apply -mt-6;
}

.componere-user-profile-button{
.componere-user-profile-button {
@apply bg-red-500;
@apply text-white;
@apply px-2;
Expand All @@ -78,6 +78,10 @@
@apply left-11;
}

.componere-user-profile-area img {
@apply p-0.5;
}

.componere-user-cta-button {
@apply bg-vsk;
@apply flex;
Expand Down Expand Up @@ -164,4 +168,13 @@
@apply pl-3;
width: calc(100% - 80px);
}

.componere-confirm-users-list {
@apply flex;
@apply flex-row;
@apply flex-wrap;
@apply justify-center;
@apply items-center;
@apply w-full;
}
}

0 comments on commit 7e9c522

Please sign in to comment.