Skip to content

Commit

Permalink
layout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Nov 16, 2023
1 parent fd54091 commit 0ac99db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion catalog/catalog.view.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
flex: 1000 1 auto;
}

[hyoo_toys_catalog_body] {
[hyoo_toys_catalog_body_content] {
padding: 0;
}

Expand Down Expand Up @@ -60,6 +60,7 @@

[hyoo_toys_catalog_toy_type] {
display: block;
color: var(--mol_theme_shade);
}

[hyoo_toys_catalog_toy_option] {
Expand All @@ -77,7 +78,13 @@

[hyoo_toys_catalog_toy_price] {
font-size: 1.5em;
color: var(--mol_theme_text);
}

[hyoo_toys_catalog_toy_size] {
color: var(--mol_theme_shade);
}

[hyoo_toys_catalog_toy_reviews] {
color: var(--mol_theme_shade);
}
4 changes: 2 additions & 2 deletions toys.view.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
flex: 0 0 17rem;
}

[hyoo_toys_filters_body] {
[hyoo_toys_filters_body_content] {
gap: .75rem;
padding: .75rem 0;
}

[hyoo_toys_filters_body] > * {
[hyoo_toys_filters_body_content] > * {
padding: .75rem;
background: var(--mol_theme_card);
}
Expand Down

0 comments on commit 0ac99db

Please sign in to comment.