forked from concretecms/concretecms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request concretecms#11892 from aembler/misc-fixes-011624
Misc Fixes 1/16/24
- Loading branch information
Showing
145 changed files
with
1,512 additions
and
1,332 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
3 changes: 3 additions & 0 deletions
3
concrete/bedrock/assets/@concretecms/bedrock/assets/accordions/scss/frontend.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,4 +1,7 @@ | ||
// This is an entry point so it just includes the partial that includes everything else. | ||
// That way if we want to include full support in our theme we just include the partial (rather | ||
// than including the entry point because I think it's bad practice.) | ||
@import 'bootstrap/scss/functions'; | ||
@import 'bootstrap/scss/variables'; | ||
@import 'bootstrap/scss/mixins'; | ||
@import 'frontend/frontend'; |
4 changes: 0 additions & 4 deletions
4
concrete/bedrock/assets/@concretecms/bedrock/assets/accordions/scss/frontend/_frontend.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
3 changes: 3 additions & 0 deletions
3
concrete/bedrock/assets/@concretecms/bedrock/assets/account/scss/frontend.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,4 +1,7 @@ | ||
// This is an entry point so it just includes the partial that includes everything else. | ||
// That way if we want to include full support in our theme we just include the partial (rather | ||
// than including the entry point because I think it's bad practice.) | ||
@import 'bootstrap/scss/functions'; | ||
@import 'bootstrap/scss/variables'; | ||
@import 'bootstrap/scss/mixins'; | ||
@import 'frontend/frontend'; |
4 changes: 0 additions & 4 deletions
4
concrete/bedrock/assets/@concretecms/bedrock/assets/account/scss/frontend/_frontend.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,7 +1,3 @@ | ||
@import 'bootstrap/scss/functions'; | ||
@import 'bootstrap/scss/variables'; | ||
@import 'bootstrap/scss/mixins'; | ||
|
||
@import 'sidebar/navigation'; | ||
@import 'avatar/avatar'; | ||
@import 'avatar/avatar-cropper'; |
3 changes: 0 additions & 3 deletions
3
concrete/bedrock/assets/@concretecms/bedrock/assets/ckeditor/scss/concrete.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
8 changes: 8 additions & 0 deletions
8
concrete/bedrock/assets/@concretecms/bedrock/assets/conversations/scss/frontend.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,4 +1,12 @@ | ||
// This is an entry point so it just includes the partial that includes everything else. | ||
// That way if we want to include full support in our theme we just include the partial (rather | ||
// than including the entry point because I think it's bad practice.) | ||
|
||
// Include the variables that we need. We don't need to include these if frontend/frontend is being | ||
// included by another entrypoint that already has access to them. | ||
@import 'bootstrap/scss/functions'; | ||
@import 'bootstrap/scss/variables'; | ||
@import 'bootstrap/scss/mixins'; | ||
@import '../../cms/scss/variables'; | ||
|
||
@import 'frontend/frontend'; |
5 changes: 0 additions & 5 deletions
5
...ete/bedrock/assets/@concretecms/bedrock/assets/conversations/scss/frontend/_frontend.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
4 changes: 0 additions & 4 deletions
4
concrete/bedrock/assets/@concretecms/bedrock/assets/documents/scss/frontend/_frontend.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,6 +1,2 @@ | ||
// jQuery UI | ||
@import 'bootstrap/scss/functions'; | ||
@import 'bootstrap/scss/variables'; | ||
@import 'bootstrap/scss/mixins'; | ||
|
||
@import 'document-library'; |
3 changes: 3 additions & 0 deletions
3
concrete/bedrock/assets/@concretecms/bedrock/assets/imagery/scss/frontend.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,4 +1,7 @@ | ||
// This is an entry point so it just includes the partial that includes everything else. | ||
// That way if we want to include full support in our theme we just include the partial (rather | ||
// than including the entry point because I think it's bad practice.) | ||
@import 'bootstrap/scss/functions'; | ||
@import 'bootstrap/scss/variables'; | ||
@import 'bootstrap/scss/mixins'; | ||
@import 'frontend/frontend'; |
4 changes: 0 additions & 4 deletions
4
.../bedrock/assets/@concretecms/bedrock/assets/imagery/scss/frontend/lightbox/_lightbox.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
3 changes: 3 additions & 0 deletions
3
concrete/bedrock/assets/@concretecms/bedrock/assets/navigation/scss/frontend.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,4 +1,7 @@ | ||
// This is an entry point so it just includes the partial that includes everything else. | ||
// That way if we want to include full support in our theme we just include the partial (rather | ||
// than including the entry point because I think it's bad practice.) | ||
@import 'bootstrap/scss/functions'; | ||
@import 'bootstrap/scss/variables'; | ||
@import 'bootstrap/scss/mixins'; | ||
@import 'frontend/frontend'; |
4 changes: 0 additions & 4 deletions
4
...rock/assets/@concretecms/bedrock/assets/navigation/scss/frontend/_top-navigation-bar.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
4 changes: 0 additions & 4 deletions
4
concrete/bedrock/assets/@concretecms/bedrock/assets/profile/scss/frontend/_frontend.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,6 +1,2 @@ | ||
@import 'bootstrap/scss/functions'; | ||
@import 'bootstrap/scss/variables'; | ||
@import 'bootstrap/scss/mixins'; | ||
|
||
@import 'profile'; | ||
@import 'directory'; |
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
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
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
Oops, something went wrong.