This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Merge branch '8.x-4.x' into 8.x-5.x (c518e21) - D8CORE-3473 Fix the mobile menu search attributes (#214) (f1c1abc) - D8CORE-2944: Using flex for the alignment (#213) (ad7722c) - Update components namespace for latest components version (#211) (89e32c9) - D8CORE-3495: adding a margin-top for the title (#210) (8e445c8) - Merge branch '8.x-4.x' into 8.x-5.x (b5429ac)
- Loading branch information
Showing
14 changed files
with
81 additions
and
30 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
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,12 +1,13 @@ | ||
{ | ||
"name": "su-sws/stanford_basic", | ||
"description": "Stanford Basic Branding Theme.", | ||
"type": "drupal-custom-theme", | ||
"homepage": "https://github.com/SU-SWS/stanford_basic", | ||
"authors": [], | ||
"license": "GPL-2.0-or-later", | ||
"minimum-stability": "dev", | ||
"require": { | ||
"drupal/core": "^8.8 || ^9.0" | ||
} | ||
"name": "su-sws/stanford_basic", | ||
"description": "Stanford Basic Branding Theme.", | ||
"type": "drupal-custom-theme", | ||
"homepage": "https://github.com/SU-SWS/stanford_basic", | ||
"authors": [], | ||
"license": "GPL-2.0-or-later", | ||
"minimum-stability": "dev", | ||
"require": { | ||
"drupal/core": "^9.0", | ||
"drupal/components": "^2.0" | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
@charset 'UTF-8'; | ||
|
||
.stanford-events { | ||
&.cards { | ||
.views-view-grid { | ||
> .flex-container { | ||
justify-content: left; | ||
|
||
> div:not(:last-of-type) { | ||
@include responsive-spacing('padding-right', 1); | ||
} | ||
} | ||
} | ||
} | ||
} |
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,8 @@ | ||
@charset 'UTF-8'; | ||
|
||
// Aligning the people cards | ||
.stanford-people-grid { | ||
.flex-container { | ||
justify-content: left; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -19,4 +19,4 @@ | |
'../config/index', | ||
'../utilities/index'; | ||
|
||
@import "menu/index"; | ||
@import 'menu/index'; |
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