Skip to content

Commit

Permalink
issue-#1 - Added 'app-header' scaffolding.
Browse files Browse the repository at this point in the history
  • Loading branch information
elycruz committed Jun 6, 2023
1 parent da624fa commit c351367
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/atomic-ui-js-site/src/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ body > .x-app-content > main > div {
}

body > .x-app-content > .x-app-nav {
padding: var(--x-8px);
padding: var(--x-16px);
}

html.with-app-nav-hidden .x-app-nav {
Expand Down
3 changes: 3 additions & 0 deletions packages/atomic-ui-js/css/modules/app-header.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.x-app-header {
padding: var(--x-16px);
}
1 change: 1 addition & 0 deletions packages/atomic-ui-js/css/modules/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import "properties.css";
@import "app-header.css";
@import "button/index.css";
@import "card.css";
@import "colors/index.css";
Expand Down

0 comments on commit c351367

Please sign in to comment.