Skip to content

Commit

Permalink
add styles for client card container divs that have the same name as …
Browse files Browse the repository at this point in the history
…the set view state
  • Loading branch information
ka-lange committed Nov 9, 2023
1 parent 9413b4b commit aa5c6b8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions client/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ h2 {
@apply bg-primary rounded-3xl p-4 xs:p-5 xs:h-60 text-secondary;
}

/* Client Card/List Container Views */

.card-view{
@apply grid grid-cols-1 md:grid-cols-2 xl:grid-cols-3 gap-x-[2%] gap-y-4 justify-center;
}
.list-view{

}

.client-contact {
@apply text-xs text-secondary p-1 xs:p-2 mt-2;
}
Expand All @@ -41,6 +50,9 @@ h2 {
.contact-icon {
@apply min-w-min min-h-min w-5 h-5 xs:w-7 xs:h-7 text-accent stroke-2;
}
.contact-icon-list {
@apply w-4 h-4 text-accent stroke-2;
}

h3 {
@apply text-lg xs:text-xl font-bold text-secondary;
Expand Down

0 comments on commit aa5c6b8

Please sign in to comment.