From d2e14a0bee22d83223d4377dc17f8bf6d29f730d Mon Sep 17 00:00:00 2001 From: "sws-developers@lists.stanford.edu" Date: Tue, 14 Jul 2020 05:56:43 +0000 Subject: [PATCH 1/7] Back to dev --- composer.json | 4 ++-- stanford_news.info.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 05b2dc0..7d667c7 100644 --- a/composer.json +++ b/composer.json @@ -93,8 +93,8 @@ "drupal/views_block_filter_block": "^1.0", "drupal/views_infinite_scroll": "^1.6", "drupal/views_taxonomy_term_name_depth": "^6.0", - "su-sws/jumpstart_ui": "^8.1.0", - "su-sws/stanford_text_editor": "^8.1.0" + "su-sws/jumpstart_ui": "dev-8.x-1.x", + "su-sws/stanford_text_editor": "dev-8.x-1.x" }, "extra": { "enable-patching": true, diff --git a/stanford_news.info.yml b/stanford_news.info.yml index dfb382d..56aa4de 100644 --- a/stanford_news.info.yml +++ b/stanford_news.info.yml @@ -3,7 +3,7 @@ type: module description: 'Stanford news items and views.' core_version_requirement: ^8.8 || ^9 package: Stanford -version: 8.x-2.3 +version: 8.x-2.4-dev dependencies: - allowed_formats:allowed_formats - auto_entitylabel:auto_entitylabel From 6a1373df66cbc5d83a0636933b881066793736ae Mon Sep 17 00:00:00 2001 From: pookmish Date: Tue, 21 Jul 2020 16:44:08 -0700 Subject: [PATCH 2/7] Removed views_taxonomy_term_name_depth thats not used (#91) --- composer.json | 1 - stanford_news.info.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/composer.json b/composer.json index 7d667c7..5865ecb 100644 --- a/composer.json +++ b/composer.json @@ -92,7 +92,6 @@ "drupal/taxonomy_menu": "dev-3.x#c0892fa9b428ceb784876554c9b80f49d72a246f", "drupal/views_block_filter_block": "^1.0", "drupal/views_infinite_scroll": "^1.6", - "drupal/views_taxonomy_term_name_depth": "^6.0", "su-sws/jumpstart_ui": "dev-8.x-1.x", "su-sws/stanford_text_editor": "dev-8.x-1.x" }, diff --git a/stanford_news.info.yml b/stanford_news.info.yml index 56aa4de..cb50478 100644 --- a/stanford_news.info.yml +++ b/stanford_news.info.yml @@ -42,7 +42,6 @@ dependencies: - ui_patterns:ui_patterns_views - views_block_filter_block:views_block_filter_block - views_infinite_scroll:views_infinite_scroll - - views_taxonomy_term_name_depth:views_taxonomy_term_name_depth component-libraries: news: { paths: [templates/components] } From cf9f32a324fed758e8792c58a224bc5bd4e75f88 Mon Sep 17 00:00:00 2001 From: Caryl Westerberg Date: Fri, 24 Jul 2020 09:59:17 -0700 Subject: [PATCH 3/7] D8CORE-1938: on vertical cards, move focus indicator from link/image to entire card --- dist/css/news-vertical-teaser.css | 2 +- .../news-vertical-teaser/_news-vertical-teaser.scss | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/dist/css/news-vertical-teaser.css b/dist/css/news-vertical-teaser.css index b7da504..e7bd8d8 100644 --- a/dist/css/news-vertical-teaser.css +++ b/dist/css/news-vertical-teaser.css @@ -1 +1 @@ -.news-vertical-teaser__footer a,.stanford-news--cards>.more-link a{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;cursor:pointer;display:inline-block;border:0;font-size:2rem;font-weight:400;line-height:1;text-align:center;text-decoration:none;width:auto;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out}.news-vertical-teaser__footer a a,.stanford-news--cards>.more-link a a{font-weight:400;text-decoration:none}.news-vertical-teaser__footer a:active,.news-vertical-teaser__footer a:focus,.news-vertical-teaser__footer a:hover,.stanford-news--cards>.more-link a:active,.stanford-news--cards>.more-link a:focus,.stanford-news--cards>.more-link a:hover{text-decoration:underline}@media (max-width:991px){.stanford-news--cards .flex-container .more-news-view{display:block}.stanford-news--cards .flex-container .more-news-view .flex-4-of-12{max-width:100%}}.stanford-news--cards>.more-link{text-align:center}@media only screen and (min-width:0){.stanford-news--cards>.more-link{margin-top:4rem;margin-bottom:14.4rem}}@media only screen and (min-width:768px){.stanford-news--cards>.more-link{margin-top:4.5rem;margin-bottom:16.2rem}}@media only screen and (min-width:1500px){.stanford-news--cards>.more-link{margin-top:4.75rem;margin-bottom:17.1rem}}.stanford-news--cards>.more-link a{padding:1rem 2rem 1.15rem;background-color:#b1040e;color:#fff}.stanford-news--cards>.more-link a:focus,.stanford-news--cards>.more-link a:hover{background-color:#2e2d29;color:#fff}.stanford-news--cards>.more-link a:focus{-webkit-box-shadow:0 0 3px #4d4f53,0 0 7px #4d4f53;box-shadow:0 0 3px #4d4f53,0 0 7px #4d4f53}.more-news-view>div:nth-child(-n+3){max-width:980px;-webkit-box-flex:0;-ms-flex:none;flex:none}.more-news-view>div:first-child:nth-last-child(2),.more-news-view>div:first-child:nth-last-child(2)~div{width:45%}@media (max-width:991px){.more-news-view>div:first-child:nth-last-child(2),.more-news-view>div:first-child:nth-last-child(2)~div{width:100%}}.more-news-view>div:first-child:nth-last-child(3),.more-news-view>div:first-child:nth-last-child(3)~div{width:30%}@media (max-width:991px){.more-news-view>div:first-child:nth-last-child(3),.more-news-view>div:first-child:nth-last-child(3)~div{width:100%}}.more-news-view>div:only-of-type{margin:0 auto;-webkit-box-flex:0;-ms-flex:none;flex:none;max-width:980px;width:100%}.stanford-news-vertical-teaser-term.block-views .more-news-view>div:only-of-type{margin:unset;max-width:25%;width:100%}.su-news-vertical-teaser.su-card{margin:0 auto;max-width:980px;overflow:auto}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card{margin-bottom:3.2rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card{margin-bottom:3.6rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card{margin-bottom:3.8rem}}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card .su-media__wrapper{margin-bottom:1.6rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-media__wrapper{margin-bottom:1.8rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-media__wrapper{margin-bottom:1.9rem}}.su-news-vertical-teaser.su-card .su-media__wrapper iframe,.su-news-vertical-teaser.su-card .su-media__wrapper img,.su-news-vertical-teaser.su-card .su-media__wrapper picture{min-width:100%;width:100%}@media only screen and (min-width:992px){.su-news-vertical-teaser.su-card .su-media__wrapper iframe{min-height:489px}}.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link{display:block}@media only screen and (max-width:767px) and (min-width:0){.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link{margin-top:2.31rem}}@media only screen and (max-width:767px) and (min-width:768px){.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link{margin-top:2.6rem}}@media only screen and (max-width:767px) and (min-width:1500px){.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link{margin-top:2.74rem}}.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link:hover h2{text-decoration:underline}.su-news-vertical-teaser.su-card .su-link{font-size:1.5625em;letter-spacing:-.012em;color:#2e2d29;display:inline-block;font-weight:700}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card .su-link{margin-bottom:2.31rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-link{margin-bottom:2.6rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-link{margin-bottom:2.74rem}}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card .su-link{margin-left:3.2rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-link{margin-left:3.6rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-link{margin-left:3.8rem}}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card .su-link{margin-right:3.2rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-link{margin-right:3.6rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-link{margin-right:3.8rem}}.su-news-vertical-teaser.su-card .su-link:after{font-size:1.5625em;letter-spacing:-.012em;background-color:#b1040e}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card .su-link:after{margin-left:1.07rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-link:after{margin-left:1.2rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-link:after{margin-left:1.27rem}}.su-news-vertical-teaser.su-card .su-link--external:after{height:1.2rem;width:1.2rem}.su-news-vertical-teaser.su-card .su-card__contents:not(.su-card--icon){padding-top:0}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics{font-size:1.8rem;line-height:1.3}@media (max-width:767px){.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics{font-size:1.6rem}}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics a{color:#b1040e;font-weight:400;text-decoration:none}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics a:focus,.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics a:hover{text-decoration:underline}@media only screen and (min-width:0){.news-vertical-teaser__footer{margin:2.31rem}}@media only screen and (min-width:768px){.news-vertical-teaser__footer{margin:2.6rem}}@media only screen and (min-width:1500px){.news-vertical-teaser__footer{margin:2.74rem}}.news-vertical-teaser__footer a{padding:1rem 2rem 1.15rem;background-color:#fff;-webkit-box-shadow:inset 0 0 0 2px #b1040e;box-shadow:inset 0 0 0 2px #b1040e;color:#b1040e}.news-vertical-teaser__footer a:focus,.news-vertical-teaser__footer a:hover{background-color:#fff;color:#2e2d29}.news-vertical-teaser__footer a:hover{-webkit-box-shadow:inset 0 0 0 2px #2e2d29;box-shadow:inset 0 0 0 2px #2e2d29}.news-vertical-teaser__footer a:focus{-webkit-box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #4d4f53,0 0 7px #4d4f53;box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #4d4f53,0 0 7px #4d4f53}@media only screen and (min-width:0){.stanford-news-terms--results-for{margin-bottom:4rem}}@media only screen and (min-width:768px){.stanford-news-terms--results-for{margin-bottom:4.5rem}}@media only screen and (min-width:1500px){.stanford-news-terms--results-for{margin-bottom:4.75rem}} \ No newline at end of file +.news-vertical-teaser__footer a,.stanford-news--cards>.more-link a{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;cursor:pointer;display:inline-block;border:0;font-size:2rem;font-weight:400;line-height:1;text-align:center;text-decoration:none;width:auto;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out}.news-vertical-teaser__footer a a,.stanford-news--cards>.more-link a a{font-weight:400;text-decoration:none}.news-vertical-teaser__footer a:active,.news-vertical-teaser__footer a:focus,.news-vertical-teaser__footer a:hover,.stanford-news--cards>.more-link a:active,.stanford-news--cards>.more-link a:focus,.stanford-news--cards>.more-link a:hover{text-decoration:underline}@media (max-width:991px){.stanford-news--cards .flex-container .more-news-view{display:block}.stanford-news--cards .flex-container .more-news-view .flex-4-of-12{max-width:100%}}.stanford-news--cards>.more-link{text-align:center}@media only screen and (min-width:0){.stanford-news--cards>.more-link{margin-top:4rem;margin-bottom:14.4rem}}@media only screen and (min-width:768px){.stanford-news--cards>.more-link{margin-top:4.5rem;margin-bottom:16.2rem}}@media only screen and (min-width:1500px){.stanford-news--cards>.more-link{margin-top:4.75rem;margin-bottom:17.1rem}}.stanford-news--cards>.more-link a{padding:1rem 2rem 1.15rem;background-color:#b1040e;color:#fff}.stanford-news--cards>.more-link a:focus,.stanford-news--cards>.more-link a:hover{background-color:#2e2d29;color:#fff}.stanford-news--cards>.more-link a:focus{-webkit-box-shadow:0 0 3px #4d4f53,0 0 7px #4d4f53;box-shadow:0 0 3px #4d4f53,0 0 7px #4d4f53}.more-news-view>div:nth-child(-n+3){max-width:980px;-webkit-box-flex:0;-ms-flex:none;flex:none}.more-news-view>div:first-child:nth-last-child(2),.more-news-view>div:first-child:nth-last-child(2)~div{width:45%}@media (max-width:991px){.more-news-view>div:first-child:nth-last-child(2),.more-news-view>div:first-child:nth-last-child(2)~div{width:100%}}.more-news-view>div:first-child:nth-last-child(3),.more-news-view>div:first-child:nth-last-child(3)~div{width:30%}@media (max-width:991px){.more-news-view>div:first-child:nth-last-child(3),.more-news-view>div:first-child:nth-last-child(3)~div{width:100%}}.more-news-view>div:only-of-type{margin:0 auto;-webkit-box-flex:0;-ms-flex:none;flex:none;max-width:980px;width:100%}.stanford-news-vertical-teaser-term.block-views .more-news-view>div:only-of-type{margin:unset;max-width:25%;width:100%}.su-news-vertical-teaser.su-card{margin:0 auto;max-width:980px;overflow:auto}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card{margin-bottom:3.2rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card{margin-bottom:3.6rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card{margin-bottom:3.8rem}}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card .su-media__wrapper{margin-bottom:1.6rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-media__wrapper{margin-bottom:1.8rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-media__wrapper{margin-bottom:1.9rem}}.su-news-vertical-teaser.su-card .su-media__wrapper iframe,.su-news-vertical-teaser.su-card .su-media__wrapper img,.su-news-vertical-teaser.su-card .su-media__wrapper picture{min-width:100%;width:100%}@media only screen and (min-width:992px){.su-news-vertical-teaser.su-card .su-media__wrapper iframe{min-height:489px}}.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link{display:block}@media only screen and (max-width:767px) and (min-width:0){.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link{margin-top:2.31rem}}@media only screen and (max-width:767px) and (min-width:768px){.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link{margin-top:2.6rem}}@media only screen and (max-width:767px) and (min-width:1500px){.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link{margin-top:2.74rem}}.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link:hover h2{text-decoration:underline}.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link:focus{outline:none}.su-news-vertical-teaser.su-card .su-link{font-size:1.5625em;letter-spacing:-.012em;color:#2e2d29;display:inline-block;font-weight:700}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card .su-link{margin-bottom:2.31rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-link{margin-bottom:2.6rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-link{margin-bottom:2.74rem}}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card .su-link{margin-left:3.2rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-link{margin-left:3.6rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-link{margin-left:3.8rem}}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card .su-link{margin-right:3.2rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-link{margin-right:3.6rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-link{margin-right:3.8rem}}.su-news-vertical-teaser.su-card .su-link:after{font-size:1.5625em;letter-spacing:-.012em;background-color:#b1040e}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card .su-link:after{margin-left:1.07rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-link:after{margin-left:1.2rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-link:after{margin-left:1.27rem}}.su-news-vertical-teaser.su-card .su-link--external:after{height:1.2rem;width:1.2rem}.su-news-vertical-teaser.su-card .su-card__contents:not(.su-card--icon){padding-top:0}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics{font-size:1.8rem;line-height:1.3}@media (max-width:767px){.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics{font-size:1.6rem}}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics a{color:#b1040e;font-weight:400;text-decoration:none}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics a:focus,.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics a:hover{text-decoration:underline}.su-news-vertical-teaser.su-card:focus-within{outline:1px auto -webkit-focus-ring-color}@media only screen and (min-width:0){.news-vertical-teaser__footer{margin:2.31rem}}@media only screen and (min-width:768px){.news-vertical-teaser__footer{margin:2.6rem}}@media only screen and (min-width:1500px){.news-vertical-teaser__footer{margin:2.74rem}}.news-vertical-teaser__footer a{padding:1rem 2rem 1.15rem;background-color:#fff;-webkit-box-shadow:inset 0 0 0 2px #b1040e;box-shadow:inset 0 0 0 2px #b1040e;color:#b1040e}.news-vertical-teaser__footer a:focus,.news-vertical-teaser__footer a:hover{background-color:#fff;color:#2e2d29}.news-vertical-teaser__footer a:hover{-webkit-box-shadow:inset 0 0 0 2px #2e2d29;box-shadow:inset 0 0 0 2px #2e2d29}.news-vertical-teaser__footer a:focus{-webkit-box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #4d4f53,0 0 7px #4d4f53;box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #4d4f53,0 0 7px #4d4f53}@media only screen and (min-width:0){.stanford-news-terms--results-for{margin-bottom:4rem}}@media only screen and (min-width:768px){.stanford-news-terms--results-for{margin-bottom:4.5rem}}@media only screen and (min-width:1500px){.stanford-news-terms--results-for{margin-bottom:4.75rem}} \ No newline at end of file diff --git a/lib/scss/components/news-vertical-teaser/_news-vertical-teaser.scss b/lib/scss/components/news-vertical-teaser/_news-vertical-teaser.scss index 7f80087..82d4870 100644 --- a/lib/scss/components/news-vertical-teaser/_news-vertical-teaser.scss +++ b/lib/scss/components/news-vertical-teaser/_news-vertical-teaser.scss @@ -114,6 +114,10 @@ text-decoration: underline; } } + + &:focus { + outline: none; + } } // Action title link. @@ -162,6 +166,11 @@ } } } + + // Put the focus on the whole card + &:focus-within { + outline: -webkit-focus-ring-color auto 1px; + } } } From 0d1eae919da9b3526a3026a9b6c7687ce52b6e5c Mon Sep 17 00:00:00 2001 From: Jen Breese Date: Fri, 31 Jul 2020 11:01:31 -0700 Subject: [PATCH 4/7] D8CORE-2132: adding a wrapper div to address issue with SOE subtheme (#93) --- .../news-vertical-teaser/news-vertical-teaser.twig | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/components/news-vertical-teaser/news-vertical-teaser.twig b/templates/components/news-vertical-teaser/news-vertical-teaser.twig index 1da21df..3b7ecca 100644 --- a/templates/components/news-vertical-teaser/news-vertical-teaser.twig +++ b/templates/components/news-vertical-teaser/news-vertical-teaser.twig @@ -47,9 +47,11 @@ {{- news_vertical_teaser_image -}} - +
+ +
{%- if news_url is not empty -%} {%- endif -%} From 02656d38458eaa7d0d1df6e4598682d852d31e77 Mon Sep 17 00:00:00 2001 From: Jen Breese Date: Thu, 6 Aug 2020 10:27:42 -0700 Subject: [PATCH 5/7] D8CORE-2432: changed the font size for the load more button (#94) * D8CORE-2432: changed the font size for the load more button * D8CORE-2432: fixup! * fixup! need leading zero for days. Co-authored-by: Ian Monroe --- dist/css/news-list-item.css | 2 +- lib/scss/components/news-list-item/_list-item.scss | 11 +++++++++++ tests/codeception/acceptance/NewsNodeCest.php | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/dist/css/news-list-item.css b/dist/css/news-list-item.css index 6c7f966..15f7564 100644 --- a/dist/css/news-list-item.css +++ b/dist/css/news-list-item.css @@ -1 +1 @@ -.field--name-su-news-view-field .stanford-news--cards-any,.field--name-su-news-view-field .stanford-news--list-any{margin-right:auto;margin-left:auto;max-width:1100px}@media only screen and (min-width:0){.section-stanford-news-views-header h1{margin-top:9.6rem;margin-bottom:9.6rem}}@media only screen and (min-width:768px){.section-stanford-news-views-header h1{margin-top:10.8rem;margin-bottom:10.8rem}}@media only screen and (min-width:1500px){.section-stanford-news-views-header h1{margin-top:11.4rem;margin-bottom:11.4rem}}@media only screen and (min-width:0){.section-news-views-views .main-region{padding-left:3.2rem}}@media only screen and (min-width:768px){.section-news-views-views .main-region{padding-left:3.6rem}}@media only screen and (min-width:1500px){.section-news-views-views .main-region{padding-left:3.8rem}}@media only screen and (min-width:0){.menu--news-topics{margin-bottom:5.12rem}}@media only screen and (min-width:768px){.menu--news-topics{margin-bottom:5.76rem}}@media only screen and (min-width:1500px){.menu--news-topics{margin-bottom:6.08rem}}.su-news-list__item-date+.su-news-list__item .media{margin-top:-29px}@media (min-width:1200px){.views-infinite-scroll-content-wrapper div:first-child .su-news-list{padding-top:0}}.su-news-list{margin:0;padding:0;list-style:none;overflow:auto;border-bottom:1px solid #d2d3d4}@media only screen and (min-width:0){.su-news-list{padding-top:5.12rem;padding-bottom:5.12rem}}@media only screen and (min-width:768px){.su-news-list{padding-top:5.76rem;padding-bottom:5.76rem}}@media only screen and (min-width:1500px){.su-news-list{padding-top:6.08rem;padding-bottom:6.08rem}}.su-news-list .su-news-list__item__date{font-size:1.8rem;line-height:1.3}@media (max-width:767px){.su-news-list .su-news-list__item__date{font-size:1.6rem}}.su-news-list .media{float:right}@media only screen and (min-width:0){.su-news-list .media{margin-left:4rem}}@media only screen and (min-width:768px){.su-news-list .media{margin-left:4.5rem}}@media only screen and (min-width:1500px){.su-news-list .media{margin-left:4.75rem}}@media (max-width:1199px){.su-news-list .media{display:none}}.su-news-list a{color:#006cb8;text-decoration:underline;font-weight:600;color:#b1040e;text-decoration:none}.su-news-list a:active,.su-news-list a:focus,.su-news-list a:hover{color:#2e2d29}.su-news-list h2{display:inline}@media only screen and (min-width:0){.su-news-list h2{margin-bottom:2.31rem}}@media only screen and (min-width:768px){.su-news-list h2{margin-bottom:2.6rem}}@media only screen and (min-width:1500px){.su-news-list h2{margin-bottom:2.74rem}}@media only screen and (min-width:768px){.su-news-list .su-news-list__dek{font-size:2.1rem;line-height:1.7}}@media only screen and (min-width:0){.su-news-list .su-news-list__dek{margin-bottom:3.2rem}}@media only screen and (min-width:768px){.su-news-list .su-news-list__dek{margin-bottom:3.6rem}}@media only screen and (min-width:1500px){.su-news-list .su-news-list__dek{margin-bottom:3.8rem}}@media only screen and (min-width:0){.views-infinite-scroll-content-wrapper{margin-bottom:6.4rem}}@media only screen and (min-width:768px){.views-infinite-scroll-content-wrapper{margin-bottom:7.2rem}}@media only screen and (min-width:1500px){.views-infinite-scroll-content-wrapper{margin-bottom:7.6rem}}@media only screen and (min-width:0){.views-infinite-scroll-content-wrapper+.js-pager__items{margin-bottom:11.2rem}}@media only screen and (min-width:768px){.views-infinite-scroll-content-wrapper+.js-pager__items{margin-bottom:12.6rem}}@media only screen and (min-width:1500px){.views-infinite-scroll-content-wrapper+.js-pager__items{margin-bottom:13.3rem}}.js-pager__items{text-align:center}.js-pager__items .pager__item{display:inline-block}.js-pager__items .pager__item .button{background-color:#b1040e;color:#fff;padding:1.3rem 2.8rem 1.5rem;font-size:2.5rem}.js-pager__items .pager__item .button:focus,.js-pager__items .pager__item .button:hover{background-color:#2e2d29;color:#fff}.js-pager__items .pager__item .button:focus{-webkit-box-shadow:0 0 3px #4d4f53,0 0 7px #4d4f53;box-shadow:0 0 3px #4d4f53,0 0 7px #4d4f53}@media only screen and (min-width:768px){.js-pager__items .pager__item .button{padding:1.5rem 3rem 1.8rem;font-size:2.8rem}}@media only screen and (min-width:1500px){.js-pager__items .pager__item .button{font-size:3rem}}.su-news-external .su-news-list__item a{text-decoration:none}@supports ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)){.su-news-external .su-news-list__item a:after{margin-right:.3em;margin-left:.4em;height:10px;width:10px;display:inline-block;content:"";-webkit-mask:url(../assets/svg/arrow-up-right.svg) no-repeat 0 0;mask:url(../assets/svg/arrow-up-right.svg) no-repeat 0 0;-webkit-mask-size:contain;mask-size:contain;background-color:#006cb8;-webkit-transition:-webkit-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out;transition:-webkit-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out;transition:transform .2s ease-in-out,mask-image .2s ease-in-out;transition:transform .2s ease-in-out,mask-image .2s ease-in-out,-webkit-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out}.su-news-external .su-news-list__item a:focus:after,.su-news-external .su-news-list__item a:hover:after{background-color:#2e2d29;-webkit-transform:translate3d(.15em,-.15em,0);transform:translate3d(.15em,-.15em,0)}}.su-news-external .su-news-list__item a:after{background-color:#b1040e;height:1.8rem;width:1.8rem}.su-news-list__footer a{padding:1rem 2rem 1.15rem;background-color:#fff;-webkit-box-shadow:inset 0 0 0 2px #b1040e;box-shadow:inset 0 0 0 2px #b1040e;color:#b1040e;text-align:right}.su-news-list__footer a:focus,.su-news-list__footer a:hover{background-color:#fff;color:#2e2d29}.su-news-list__footer a:hover{-webkit-box-shadow:inset 0 0 0 2px #2e2d29;box-shadow:inset 0 0 0 2px #2e2d29}.su-news-list__footer a:focus{-webkit-box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #4d4f53,0 0 7px #4d4f53;box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #4d4f53,0 0 7px #4d4f53}@media only screen and (min-width:0){.stanford-news-terms--results-for{margin-bottom:4rem}}@media only screen and (min-width:768px){.stanford-news-terms--results-for{margin-bottom:4.5rem}}@media only screen and (min-width:1500px){.stanford-news-terms--results-for{margin-bottom:4.75rem}}.stanford-news-terms--results-for a,.stanford-news-terms--results-for span{font-size:1.8rem;line-height:1.3}@media (max-width:767px){.stanford-news-terms--results-for a,.stanford-news-terms--results-for span{font-size:1.6rem}}.mailchimp-magazine-block.flex-8-of-12{margin:0 auto}.mailchimp-magazine-block #mc_embed_signup_scroll{border:0;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.25);box-shadow:0 1px 2px rgba(0,0,0,.25);background-color:#f4f4f4;text-align:center}@media only screen and (min-width:0){.mailchimp-magazine-block #mc_embed_signup_scroll{padding-bottom:4rem}}@media only screen and (min-width:768px){.mailchimp-magazine-block #mc_embed_signup_scroll{padding-bottom:4.5rem}}@media only screen and (min-width:1500px){.mailchimp-magazine-block #mc_embed_signup_scroll{padding-bottom:4.75rem}}@media only screen and (min-width:0){.mailchimp-magazine-block #mc_embed_signup_scroll{padding-left:4rem}}@media only screen and (min-width:768px){.mailchimp-magazine-block #mc_embed_signup_scroll{padding-left:4.5rem}}@media only screen and (min-width:1500px){.mailchimp-magazine-block #mc_embed_signup_scroll{padding-left:4.75rem}}@media only screen and (min-width:0){.mailchimp-magazine-block #mc_embed_signup_scroll{padding-right:4rem}}@media only screen and (min-width:768px){.mailchimp-magazine-block #mc_embed_signup_scroll{padding-right:4.5rem}}@media only screen and (min-width:1500px){.mailchimp-magazine-block #mc_embed_signup_scroll{padding-right:4.75rem}}@media only screen and (min-width:0){.mailchimp-magazine-block #mc_embed_signup_scroll{margin-bottom:9.6rem}}@media only screen and (min-width:768px){.mailchimp-magazine-block #mc_embed_signup_scroll{margin-bottom:10.8rem}}@media only screen and (min-width:1500px){.mailchimp-magazine-block #mc_embed_signup_scroll{margin-bottom:11.4rem}}@media only screen and (min-width:768px){.mailchimp-magazine-block #mc_embed_signup_scroll p{font-size:2.1rem;line-height:1.7}}@media only screen and (min-width:0){.mailchimp-magazine-block #mc_embed_signup_scroll p{margin-top:1.6rem}}@media only screen and (min-width:768px){.mailchimp-magazine-block #mc_embed_signup_scroll p{margin-top:1.8rem}}@media only screen and (min-width:1500px){.mailchimp-magazine-block #mc_embed_signup_scroll p{margin-top:1.9rem}}@media only screen and (min-width:0){.mailchimp-magazine-block #mc_embed_signup_scroll form{margin-bottom:1.6rem}}@media only screen and (min-width:768px){.mailchimp-magazine-block #mc_embed_signup_scroll form{margin-bottom:1.8rem}}@media only screen and (min-width:1500px){.mailchimp-magazine-block #mc_embed_signup_scroll form{margin-bottom:1.9rem}}.mailchimp-magazine-block #mc_embed_signup_scroll h2{font-size:1.5625em;letter-spacing:-.012em;margin:0}@media only screen and (min-width:0){.mailchimp-magazine-block #mc_embed_signup_scroll h2{padding-top:4rem}}@media only screen and (min-width:768px){.mailchimp-magazine-block #mc_embed_signup_scroll h2{padding-top:4.5rem}}@media only screen and (min-width:1500px){.mailchimp-magazine-block #mc_embed_signup_scroll h2{padding-top:4.75rem}}.mailchimp-magazine-block #mc_embed_signup_scroll .mc_signup_submission_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mailchimp-magazine-block #mc_embed_signup_scroll .mc-field-group{float:none}@media only screen and (min-width:768px){.mailchimp-magazine-block #mc_embed_signup_scroll .mc-field-group input{font-size:2.1rem;line-height:1.7}}@media only screen and (min-width:0){.mailchimp-magazine-block #mc_embed_signup_scroll .button{margin-left:1.6rem}}@media only screen and (min-width:768px){.mailchimp-magazine-block #mc_embed_signup_scroll .button{margin-left:1.8rem}}@media only screen and (min-width:1500px){.mailchimp-magazine-block #mc_embed_signup_scroll .button{margin-left:1.9rem}}.mailchimp-magazine-block #mc_embed_signup_scroll form{margin-bottom:0}.js-pager__items .pager__item .button,.su-news-list__footer a{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;cursor:pointer;display:inline-block;border:0;font-size:2rem;font-weight:400;line-height:1;text-align:center;text-decoration:none;width:auto;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out}.js-pager__items .pager__item .button a,.su-news-list__footer a a{font-weight:400;text-decoration:none}.js-pager__items .pager__item .button:active,.js-pager__items .pager__item .button:focus,.js-pager__items .pager__item .button:hover,.su-news-list__footer a:active,.su-news-list__footer a:focus,.su-news-list__footer a:hover{text-decoration:underline}@media (max-width:1199px){.left-region.flex-lg-3-of-12{-webkit-box-flex:1;-ms-flex:auto;flex:auto;max-width:100%}}.news-topics{border:1px solid #d2d3d4}@media only screen and (min-width:0){.news-topics{padding:4rem}}@media only screen and (min-width:768px){.news-topics{padding:4.5rem}}@media only screen and (min-width:1500px){.news-topics{padding:4.75rem}}.news-topics .news-topics__collapsable-menu{font-size:1em;padding:0;background-color:transparent;color:#006cb8;cursor:pointer;display:inline-block;font-weight:600;text-align:left;text-decoration:none;width:100%}@media only screen and (min-width:1200px) and (min-width:0){.news-topics .news-topics__collapsable-menu{margin-bottom:3.2rem}}@media only screen and (min-width:1200px) and (min-width:768px){.news-topics .news-topics__collapsable-menu{margin-bottom:3.6rem}}@media only screen and (min-width:1200px) and (min-width:1500px){.news-topics .news-topics__collapsable-menu{margin-bottom:3.8rem}}@media only screen and (min-width:0){.news-topics .news-topics__collapsable-menu.show{margin-bottom:3.2rem}}@media only screen and (min-width:768px){.news-topics .news-topics__collapsable-menu.show{margin-bottom:3.6rem}}@media only screen and (min-width:1500px){.news-topics .news-topics__collapsable-menu.show{margin-bottom:3.8rem}}@media only screen and (min-width:1200px){.news-topics .news-topics__collapsable-menu.show{margin-bottom:0}.news-topics .news-topics__collapsable-menu.show+.menu>li.menu-item:last-of-type{padding-bottom:0}}.news-topics .news-topics__collapsable-menu:focus,.news-topics .news-topics__collapsable-menu:hover{text-decoration:underline}.news-topics .news-topics__collapsable-menu .su-link--jump{float:right}@media (max-width:1199px){.news-topics .news-topics__collapsable-menu:before{font-size:1.8rem;line-height:1.3;padding-right:15px;color:#006cb8;content:"\f1de";font-family:Font Awesome\ 5 Free;font-weight:600}}@media (max-width:1199px) and (max-width:767px){.news-topics .news-topics__collapsable-menu:before{font-size:1.6rem}}.news-topics .menu{margin:0;padding:0}.news-topics .menu .menu-item{font-size:1.8rem;line-height:1.3}@media only screen and (min-width:0){.news-topics .menu .menu-item{padding-bottom:3.2rem}}@media only screen and (min-width:768px){.news-topics .menu .menu-item{padding-bottom:3.6rem}}@media only screen and (min-width:1500px){.news-topics .menu .menu-item{padding-bottom:3.8rem}}@media only screen and (min-width:0){.news-topics .menu .menu-item{padding-left:1.6rem}}@media only screen and (min-width:768px){.news-topics .menu .menu-item{padding-left:1.8rem}}@media only screen and (min-width:1500px){.news-topics .menu .menu-item{padding-left:1.9rem}}@media (max-width:767px){.news-topics .menu .menu-item{font-size:1.6rem}}.news-topics .menu .menu-item a{color:#2e2d29;text-decoration:none}.news-topics .menu .menu-item a:focus,.news-topics .menu .menu-item a:hover{text-decoration:underline}.news-topics .menu>li.menu-item:last-of-type{padding-bottom:0}.news-topics .menu .menu-item--active-trail:before{font-size:1.8rem;line-height:1.3;color:#006cb8;content:"\f00c";font-family:Font Awesome\ 5 Free;font-weight:600;left:35px;position:absolute}@media (max-width:767px){.news-topics .menu .menu-item--active-trail:before{font-size:1.6rem}}.news-topics .menu .menu-item--active-trail .is-active{color:#006cb8}@media (max-width:1199px){.news-topics .menu{display:none}.news-topics .news-topics__collapsable-menu.show+.menu{display:block}}@media only screen and (min-width:1200px){.news-topics .menu{display:block}.news-topics .news-topics__collapsable-menu.show+.menu{display:none}} \ No newline at end of file +.field--name-su-news-view-field .stanford-news--cards-any,.field--name-su-news-view-field .stanford-news--list-any{margin-right:auto;margin-left:auto;max-width:1100px}@media only screen and (min-width:0){.section-stanford-news-views-header h1{margin-top:9.6rem;margin-bottom:9.6rem}}@media only screen and (min-width:768px){.section-stanford-news-views-header h1{margin-top:10.8rem;margin-bottom:10.8rem}}@media only screen and (min-width:1500px){.section-stanford-news-views-header h1{margin-top:11.4rem;margin-bottom:11.4rem}}@media only screen and (min-width:0){.section-news-views-views .main-region{padding-left:3.2rem}}@media only screen and (min-width:768px){.section-news-views-views .main-region{padding-left:3.6rem}}@media only screen and (min-width:1500px){.section-news-views-views .main-region{padding-left:3.8rem}}@media only screen and (min-width:0){.menu--news-topics{margin-bottom:5.12rem}}@media only screen and (min-width:768px){.menu--news-topics{margin-bottom:5.76rem}}@media only screen and (min-width:1500px){.menu--news-topics{margin-bottom:6.08rem}}.su-news-list__item-date+.su-news-list__item .media{margin-top:-29px}@media (min-width:1200px){.views-infinite-scroll-content-wrapper div:first-child .su-news-list{padding-top:0}}.su-news-list{margin:0;padding:0;list-style:none;overflow:auto;border-bottom:1px solid #d2d3d4}@media only screen and (min-width:0){.su-news-list{padding-top:5.12rem;padding-bottom:5.12rem}}@media only screen and (min-width:768px){.su-news-list{padding-top:5.76rem;padding-bottom:5.76rem}}@media only screen and (min-width:1500px){.su-news-list{padding-top:6.08rem;padding-bottom:6.08rem}}.su-news-list .su-news-list__item__date{font-size:1.8rem;line-height:1.3}@media (max-width:767px){.su-news-list .su-news-list__item__date{font-size:1.6rem}}.su-news-list .media{float:right}@media only screen and (min-width:0){.su-news-list .media{margin-left:4rem}}@media only screen and (min-width:768px){.su-news-list .media{margin-left:4.5rem}}@media only screen and (min-width:1500px){.su-news-list .media{margin-left:4.75rem}}@media (max-width:1199px){.su-news-list .media{display:none}}.su-news-list a{color:#006cb8;text-decoration:underline;font-weight:600;color:#b1040e;text-decoration:none}.su-news-list a:active,.su-news-list a:focus,.su-news-list a:hover{color:#2e2d29}.su-news-list h2{display:inline}@media only screen and (min-width:0){.su-news-list h2{margin-bottom:2.31rem}}@media only screen and (min-width:768px){.su-news-list h2{margin-bottom:2.6rem}}@media only screen and (min-width:1500px){.su-news-list h2{margin-bottom:2.74rem}}@media only screen and (min-width:768px){.su-news-list .su-news-list__dek{font-size:2.1rem;line-height:1.7}}@media only screen and (min-width:0){.su-news-list .su-news-list__dek{margin-bottom:3.2rem}}@media only screen and (min-width:768px){.su-news-list .su-news-list__dek{margin-bottom:3.6rem}}@media only screen and (min-width:1500px){.su-news-list .su-news-list__dek{margin-bottom:3.8rem}}@media only screen and (min-width:0){.views-infinite-scroll-content-wrapper{margin-bottom:6.4rem}}@media only screen and (min-width:768px){.views-infinite-scroll-content-wrapper{margin-bottom:7.2rem}}@media only screen and (min-width:1500px){.views-infinite-scroll-content-wrapper{margin-bottom:7.6rem}}@media only screen and (min-width:0){.views-infinite-scroll-content-wrapper+.js-pager__items{margin-bottom:11.2rem}}@media only screen and (min-width:768px){.views-infinite-scroll-content-wrapper+.js-pager__items{margin-bottom:12.6rem}}@media only screen and (min-width:1500px){.views-infinite-scroll-content-wrapper+.js-pager__items{margin-bottom:13.3rem}}.js-pager__items{text-align:center}.js-pager__items .pager__item{display:inline-block}.js-pager__items .pager__item .button{background-color:#b1040e;color:#fff;padding:1.3rem 2.8rem 1.5rem;font-size:2.5rem}.js-pager__items .pager__item .button:focus,.js-pager__items .pager__item .button:hover{background-color:#2e2d29;color:#fff}.js-pager__items .pager__item .button:focus{-webkit-box-shadow:0 0 3px #4d4f53,0 0 7px #4d4f53;box-shadow:0 0 3px #4d4f53,0 0 7px #4d4f53}@media only screen and (min-width:768px){.js-pager__items .pager__item .button{padding:1.5rem 3rem 1.8rem;font-size:2.8rem}}@media only screen and (min-width:1500px){.js-pager__items .pager__item .button{font-size:3rem}}.stanford-news--list .js-pager__items .pager__item .button{font-size:2.8rem}.su-news-external .su-news-list__item a{text-decoration:none}@supports ((-webkit-mask-repeat:no-repeat) or (mask-repeat:no-repeat)){.su-news-external .su-news-list__item a:after{margin-right:.3em;margin-left:.4em;height:10px;width:10px;display:inline-block;content:"";-webkit-mask:url(../assets/svg/arrow-up-right.svg) no-repeat 0 0;mask:url(../assets/svg/arrow-up-right.svg) no-repeat 0 0;-webkit-mask-size:contain;mask-size:contain;background-color:#006cb8;-webkit-transition:-webkit-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out;transition:-webkit-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out;transition:transform .2s ease-in-out,mask-image .2s ease-in-out;transition:transform .2s ease-in-out,mask-image .2s ease-in-out,-webkit-transform .2s ease-in-out,-webkit-mask-image .2s ease-in-out}.su-news-external .su-news-list__item a:focus:after,.su-news-external .su-news-list__item a:hover:after{background-color:#2e2d29;-webkit-transform:translate3d(.15em,-.15em,0);transform:translate3d(.15em,-.15em,0)}}.su-news-external .su-news-list__item a:after{background-color:#b1040e;height:1.8rem;width:1.8rem}.su-news-list__footer a{padding:1rem 2rem 1.15rem;background-color:#fff;-webkit-box-shadow:inset 0 0 0 2px #b1040e;box-shadow:inset 0 0 0 2px #b1040e;color:#b1040e;text-align:right}.su-news-list__footer a:focus,.su-news-list__footer a:hover{background-color:#fff;color:#2e2d29}.su-news-list__footer a:hover{-webkit-box-shadow:inset 0 0 0 2px #2e2d29;box-shadow:inset 0 0 0 2px #2e2d29}.su-news-list__footer a:focus{-webkit-box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #4d4f53,0 0 7px #4d4f53;box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #4d4f53,0 0 7px #4d4f53}@media only screen and (min-width:0){.stanford-news-terms--results-for{margin-bottom:4rem}}@media only screen and (min-width:768px){.stanford-news-terms--results-for{margin-bottom:4.5rem}}@media only screen and (min-width:1500px){.stanford-news-terms--results-for{margin-bottom:4.75rem}}.stanford-news-terms--results-for a,.stanford-news-terms--results-for span{font-size:1.8rem;line-height:1.3}@media (max-width:767px){.stanford-news-terms--results-for a,.stanford-news-terms--results-for span{font-size:1.6rem}}.mailchimp-magazine-block.flex-8-of-12{margin:0 auto}.mailchimp-magazine-block #mc_embed_signup_scroll{border:0;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.25);box-shadow:0 1px 2px rgba(0,0,0,.25);background-color:#f4f4f4;text-align:center}@media only screen and (min-width:0){.mailchimp-magazine-block #mc_embed_signup_scroll{padding-bottom:4rem}}@media only screen and (min-width:768px){.mailchimp-magazine-block #mc_embed_signup_scroll{padding-bottom:4.5rem}}@media only screen and (min-width:1500px){.mailchimp-magazine-block #mc_embed_signup_scroll{padding-bottom:4.75rem}}@media only screen and (min-width:0){.mailchimp-magazine-block #mc_embed_signup_scroll{padding-left:4rem}}@media only screen and (min-width:768px){.mailchimp-magazine-block #mc_embed_signup_scroll{padding-left:4.5rem}}@media only screen and (min-width:1500px){.mailchimp-magazine-block #mc_embed_signup_scroll{padding-left:4.75rem}}@media only screen and (min-width:0){.mailchimp-magazine-block #mc_embed_signup_scroll{padding-right:4rem}}@media only screen and (min-width:768px){.mailchimp-magazine-block #mc_embed_signup_scroll{padding-right:4.5rem}}@media only screen and (min-width:1500px){.mailchimp-magazine-block #mc_embed_signup_scroll{padding-right:4.75rem}}@media only screen and (min-width:0){.mailchimp-magazine-block #mc_embed_signup_scroll{margin-bottom:9.6rem}}@media only screen and (min-width:768px){.mailchimp-magazine-block #mc_embed_signup_scroll{margin-bottom:10.8rem}}@media only screen and (min-width:1500px){.mailchimp-magazine-block #mc_embed_signup_scroll{margin-bottom:11.4rem}}@media only screen and (min-width:768px){.mailchimp-magazine-block #mc_embed_signup_scroll p{font-size:2.1rem;line-height:1.7}}@media only screen and (min-width:0){.mailchimp-magazine-block #mc_embed_signup_scroll p{margin-top:1.6rem}}@media only screen and (min-width:768px){.mailchimp-magazine-block #mc_embed_signup_scroll p{margin-top:1.8rem}}@media only screen and (min-width:1500px){.mailchimp-magazine-block #mc_embed_signup_scroll p{margin-top:1.9rem}}@media only screen and (min-width:0){.mailchimp-magazine-block #mc_embed_signup_scroll form{margin-bottom:1.6rem}}@media only screen and (min-width:768px){.mailchimp-magazine-block #mc_embed_signup_scroll form{margin-bottom:1.8rem}}@media only screen and (min-width:1500px){.mailchimp-magazine-block #mc_embed_signup_scroll form{margin-bottom:1.9rem}}.mailchimp-magazine-block #mc_embed_signup_scroll h2{font-size:1.5625em;letter-spacing:-.012em;margin:0}@media only screen and (min-width:0){.mailchimp-magazine-block #mc_embed_signup_scroll h2{padding-top:4rem}}@media only screen and (min-width:768px){.mailchimp-magazine-block #mc_embed_signup_scroll h2{padding-top:4.5rem}}@media only screen and (min-width:1500px){.mailchimp-magazine-block #mc_embed_signup_scroll h2{padding-top:4.75rem}}.mailchimp-magazine-block #mc_embed_signup_scroll .mc_signup_submission_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mailchimp-magazine-block #mc_embed_signup_scroll .mc-field-group{float:none}@media only screen and (min-width:768px){.mailchimp-magazine-block #mc_embed_signup_scroll .mc-field-group input{font-size:2.1rem;line-height:1.7}}@media only screen and (min-width:0){.mailchimp-magazine-block #mc_embed_signup_scroll .button{margin-left:1.6rem}}@media only screen and (min-width:768px){.mailchimp-magazine-block #mc_embed_signup_scroll .button{margin-left:1.8rem}}@media only screen and (min-width:1500px){.mailchimp-magazine-block #mc_embed_signup_scroll .button{margin-left:1.9rem}}.mailchimp-magazine-block #mc_embed_signup_scroll form{margin-bottom:0}.js-pager__items .pager__item .button,.su-news-list__footer a{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;cursor:pointer;display:inline-block;border:0;font-size:2rem;font-weight:400;line-height:1;text-align:center;text-decoration:none;width:auto;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out}.js-pager__items .pager__item .button a,.su-news-list__footer a a{font-weight:400;text-decoration:none}.js-pager__items .pager__item .button:active,.js-pager__items .pager__item .button:focus,.js-pager__items .pager__item .button:hover,.su-news-list__footer a:active,.su-news-list__footer a:focus,.su-news-list__footer a:hover{text-decoration:underline}@media (max-width:1199px){.left-region.flex-lg-3-of-12{-webkit-box-flex:1;-ms-flex:auto;flex:auto;max-width:100%}}.news-topics{border:1px solid #d2d3d4}@media only screen and (min-width:0){.news-topics{padding:4rem}}@media only screen and (min-width:768px){.news-topics{padding:4.5rem}}@media only screen and (min-width:1500px){.news-topics{padding:4.75rem}}.news-topics .news-topics__collapsable-menu{font-size:1em;padding:0;background-color:transparent;color:#006cb8;cursor:pointer;display:inline-block;font-weight:600;text-align:left;text-decoration:none;width:100%}@media only screen and (min-width:1200px) and (min-width:0){.news-topics .news-topics__collapsable-menu{margin-bottom:3.2rem}}@media only screen and (min-width:1200px) and (min-width:768px){.news-topics .news-topics__collapsable-menu{margin-bottom:3.6rem}}@media only screen and (min-width:1200px) and (min-width:1500px){.news-topics .news-topics__collapsable-menu{margin-bottom:3.8rem}}@media only screen and (min-width:0){.news-topics .news-topics__collapsable-menu.show{margin-bottom:3.2rem}}@media only screen and (min-width:768px){.news-topics .news-topics__collapsable-menu.show{margin-bottom:3.6rem}}@media only screen and (min-width:1500px){.news-topics .news-topics__collapsable-menu.show{margin-bottom:3.8rem}}@media only screen and (min-width:1200px){.news-topics .news-topics__collapsable-menu.show{margin-bottom:0}.news-topics .news-topics__collapsable-menu.show+.menu>li.menu-item:last-of-type{padding-bottom:0}}.news-topics .news-topics__collapsable-menu:focus,.news-topics .news-topics__collapsable-menu:hover{text-decoration:underline}.news-topics .news-topics__collapsable-menu .su-link--jump{float:right}@media (max-width:1199px){.news-topics .news-topics__collapsable-menu:before{font-size:1.8rem;line-height:1.3;padding-right:15px;color:#006cb8;content:"\f1de";font-family:Font Awesome\ 5 Free;font-weight:600}}@media (max-width:1199px) and (max-width:767px){.news-topics .news-topics__collapsable-menu:before{font-size:1.6rem}}.news-topics .menu{margin:0;padding:0}.news-topics .menu .menu-item{font-size:1.8rem;line-height:1.3}@media only screen and (min-width:0){.news-topics .menu .menu-item{padding-bottom:3.2rem}}@media only screen and (min-width:768px){.news-topics .menu .menu-item{padding-bottom:3.6rem}}@media only screen and (min-width:1500px){.news-topics .menu .menu-item{padding-bottom:3.8rem}}@media only screen and (min-width:0){.news-topics .menu .menu-item{padding-left:1.6rem}}@media only screen and (min-width:768px){.news-topics .menu .menu-item{padding-left:1.8rem}}@media only screen and (min-width:1500px){.news-topics .menu .menu-item{padding-left:1.9rem}}@media (max-width:767px){.news-topics .menu .menu-item{font-size:1.6rem}}.news-topics .menu .menu-item a{color:#2e2d29;text-decoration:none}.news-topics .menu .menu-item a:focus,.news-topics .menu .menu-item a:hover{text-decoration:underline}.news-topics .menu>li.menu-item:last-of-type{padding-bottom:0}.news-topics .menu .menu-item--active-trail:before{font-size:1.8rem;line-height:1.3;color:#006cb8;content:"\f00c";font-family:Font Awesome\ 5 Free;font-weight:600;left:35px;position:absolute}@media (max-width:767px){.news-topics .menu .menu-item--active-trail:before{font-size:1.6rem}}.news-topics .menu .menu-item--active-trail .is-active{color:#006cb8}@media (max-width:1199px){.news-topics .menu{display:none}.news-topics .news-topics__collapsable-menu.show+.menu{display:block}}@media only screen and (min-width:1200px){.news-topics .menu{display:block}.news-topics .news-topics__collapsable-menu.show+.menu{display:none}} \ No newline at end of file diff --git a/lib/scss/components/news-list-item/_list-item.scss b/lib/scss/components/news-list-item/_list-item.scss index 4a91799..e528565 100644 --- a/lib/scss/components/news-list-item/_list-item.scss +++ b/lib/scss/components/news-list-item/_list-item.scss @@ -106,6 +106,17 @@ } } +.stanford-news--list { + .js-pager__items { + .pager__item { + + .button { + font-size: 2.8rem; + } + } + } +} + .su-news-external { .su-news-list__item { a { diff --git a/tests/codeception/acceptance/NewsNodeCest.php b/tests/codeception/acceptance/NewsNodeCest.php index 9865099..b7125f5 100644 --- a/tests/codeception/acceptance/NewsNodeCest.php +++ b/tests/codeception/acceptance/NewsNodeCest.php @@ -16,11 +16,11 @@ public function testNewsNode(\AcceptanceTester $I) { $I->amOnPage('/news'); $I->canSee('This is a headline', 'h2'); - $I->canSee(date('F j, Y')); + $I->canSee(date('F d, Y')); $I->click('Foo'); $I->canSee('This is a headline', 'h2'); - $I->canSee(date('F j, Y')); + $I->canSee(date('F d, Y')); $I->logInWithRole('authenticated'); $I->amOnPage('/news'); From 1e1b08696d4418d06bb051e287414520c840abf9 Mon Sep 17 00:00:00 2001 From: Ian Monroe Date: Fri, 7 Aug 2020 11:53:06 -0600 Subject: [PATCH 6/7] 8.2.4 --- CHANGELOG.md | 10 ++++++++++ stanford_news.info.yml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b63c2f..04588ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Stanford News +8.x-2.4 +-------------------------------------------------------------------------------- +_Release Date: 2020-08-07_ + +- D8CORE-2432: changed the font size for the load more button (#94) (02656d3) +- D8CORE-2132: adding a wrapper div to address issue with SOE subtheme (#93) (0d1eae9) +- Merge pull request #92 from SU-SWS/D8CORE-1938-focus (dbda2bf) +- D8CORE-1938: on vertical cards, move focus indicator from link/image to entire card (cf9f32a) +- Removed views_taxonomy_term_name_depth thats not used (#91) (6a1373d) + 8.x-2.3 -------------------------------------------------------------------------------- _Release Date: 2020-07-13_ diff --git a/stanford_news.info.yml b/stanford_news.info.yml index cb50478..dba4577 100644 --- a/stanford_news.info.yml +++ b/stanford_news.info.yml @@ -3,7 +3,7 @@ type: module description: 'Stanford news items and views.' core_version_requirement: ^8.8 || ^9 package: Stanford -version: 8.x-2.4-dev +version: 8.x-2.4 dependencies: - allowed_formats:allowed_formats - auto_entitylabel:auto_entitylabel From d434692a521912e4d88f81c40c46d23d608e10d6 Mon Sep 17 00:00:00 2001 From: Ian Monroe Date: Fri, 7 Aug 2020 13:27:42 -0600 Subject: [PATCH 7/7] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5865ecb..2692774 100644 --- a/composer.json +++ b/composer.json @@ -92,8 +92,8 @@ "drupal/taxonomy_menu": "dev-3.x#c0892fa9b428ceb784876554c9b80f49d72a246f", "drupal/views_block_filter_block": "^1.0", "drupal/views_infinite_scroll": "^1.6", - "su-sws/jumpstart_ui": "dev-8.x-1.x", - "su-sws/stanford_text_editor": "dev-8.x-1.x" + "su-sws/jumpstart_ui": "^8.1.0", + "su-sws/stanford_text_editor": "^8.1.0" }, "extra": { "enable-patching": true,