Skip to content

Commit

Permalink
fix: topics takeaway styling
Browse files Browse the repository at this point in the history
  • Loading branch information
duynguyen committed Dec 14, 2023
1 parent 65b6e5d commit c1f3b46
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions blocks/takeway/takeway.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.takeway ul {
@apply list-disc pl-4;
}

.takeway h2, .takeway h3, .takeway h4 {
@apply pt-8;
}
9 changes: 9 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1268,6 +1268,15 @@ atomic-result-list::part(result-list-grid-clickable-container) {

}

.takeway ul {
list-style-type: disc;
padding-left: 1rem;
}

.takeway h2, .takeway h3, .takeway h4 {
padding-top: 2rem;
}

dialog::backdrop {
inset: 0px;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
Expand Down
1 change: 1 addition & 0 deletions styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
@import '../blocks/header/header.css';
@import '../blocks/social-media/social-media.css';
@import '../blocks/category-family/category-family.css';
@import '../blocks/takeway/takeway.css';
@import '../styles/modal/modal.css';

@tailwind base;
Expand Down

0 comments on commit c1f3b46

Please sign in to comment.