-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SXA] Bugfix/539379 fix sxa initializer styles (#1075)
* #539379: fixed style for new structure of basic site * #539379 changed styles and rebase * #539379 fixed loading fonts for production version * #539379 [SXA] fixed mobile menu * #539379 fixed comments
- Loading branch information
1 parent
7f1b970
commit 57e200e
Showing
5 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,6 +112,7 @@ $hamburger-margin: 18px; | |
} | ||
|
||
.component-content { | ||
position: fixed; | ||
display: inline-block; | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
packages/create-sitecore-jss/src/templates/nextjs-sxa/src/assets/main.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@import "bootstrap/dist/css/bootstrap.css"; | ||
@import "sass/main.scss"; | ||
@import "basic/main.scss"; | ||
@import "assets/app.css"; |
4 changes: 1 addition & 3 deletions
4
packages/create-sitecore-jss/src/templates/nextjs-sxa/src/pages/_app.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters