Skip to content

Commit

Permalink
Merge pull request #34 from RishavOsaurus/sfd-2024
Browse files Browse the repository at this point in the history
Merge Conflict fixed
  • Loading branch information
SatyaRajAwasth1 authored Sep 14, 2024
2 parents fcc45a8 + 123e2de commit a224371
Show file tree
Hide file tree
Showing 9 changed files with 847 additions and 676 deletions.
15 changes: 6 additions & 9 deletions css/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
@tailwind components;
@tailwind utilities;


@layer components {
.bg-grid {
background-color: #f6f6ff;
Expand All @@ -11,7 +10,6 @@
rgba(0, 0, 0, 0.1) 1px,
transparent 1px
),

linear-gradient(180deg, rgba(0, 0, 0, 0.1) 1px, transparent 1px);

background-size: 50px 50px;
Expand All @@ -23,16 +21,15 @@
grid-template-rows: repeat(1, (0, 55%));
}


/* For FAQ page */
.faq-item{
@apply border bg-white border-gray-300 shadow-md rounded-md pt-4 px-4 my-5;
.faq-item {
@apply my-5 rounded-md border border-gray-300 bg-white px-4 pt-4 shadow-md;
}
.faq-question{
@apply w-full text-left flex justify-between gap-4 items-center;
.faq-question {
@apply flex w-full items-center justify-between gap-4 text-left;
}
.faq-answer{
@apply my-2 text-gray-500 overflow-hidden transition-all duration-500 max-h-0;
.faq-answer {
@apply my-2 max-h-0 overflow-hidden text-gray-500 transition-all duration-500;
}
}

Expand Down
Loading

0 comments on commit a224371

Please sign in to comment.