Skip to content

Commit

Permalink
Initial styling
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed May 7, 2024
1 parent ea2a2af commit 1dd5a1a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions teachertool/src/components/styling/CatalogOverlay.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
align-items: center;

.catalog-content-container {
max-width: 95%;
max-height: 95%;
width: 95%;
height: 95%;
background-color: var(--pxt-page-background);
border-radius: .285rem; // Match modal
display: flex;
Expand Down Expand Up @@ -58,6 +58,15 @@
flex-direction: column;
width: 100%;


button[class*="common-accordion-header-outer"] {
background-color: var(--pxt-content-foreground);
color: var(--pxt-content-background);
border-bottom: 1px solid var(--pxt-content-accent);
font-size: 1.2rem;
padding: 0.5rem 0.95rem;
}

.catalog-item {
width: 100%;
padding: 1.25rem 1.5rem 1.25rem 1rem;
Expand Down

0 comments on commit 1dd5a1a

Please sign in to comment.