-
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 (#1072)
* #539379: fixed style for new structure of basic site * #539379 changed styles and rebase
- Loading branch information
1 parent
c3d25bc
commit e0112fb
Showing
8 changed files
with
53 additions
and
108 deletions.
There are no files selected for viewing
18 changes: 0 additions & 18 deletions
18
packages/create-sitecore-jss/src/templates/nextjs-sxa/src/assets/basic/_about.scss
This file was deleted.
Oops, something went wrong.
75 changes: 0 additions & 75 deletions
75
packages/create-sitecore-jss/src/templates/nextjs-sxa/src/assets/basic/_common.scss
This file was deleted.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
packages/create-sitecore-jss/src/templates/nextjs-sxa/src/assets/basic/_container.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,24 @@ | ||
@import "@sass/abstracts/mixins"; | ||
@import "variables"; | ||
|
||
* { | ||
font-family: Roboto; | ||
} | ||
h1 { | ||
font-size: 36px; | ||
} | ||
.max-height { | ||
.container { | ||
margin-top: 60px; | ||
} | ||
position: relative; | ||
min-height: calc(100vh - 388px); | ||
margin-bottom: 50px; | ||
padding-top: 50px; | ||
|
||
@include respond-to(all-mobile) { | ||
padding-top: 0; | ||
margin-bottom: 0; | ||
} | ||
|
||
} |
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
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
5 changes: 1 addition & 4 deletions
5
packages/create-sitecore-jss/src/templates/nextjs-sxa/src/assets/basic/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 |
---|---|---|
@@ -1,10 +1,7 @@ | ||
@import "common"; | ||
@import "container"; | ||
@import "header"; | ||
@import "promo"; | ||
@import "navigation"; | ||
@import "component"; | ||
@import "rich-text"; | ||
@import "footer"; | ||
|
||
/**pages**/ | ||
@import "about"; |
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