Skip to content

Commit

Permalink
8.1.12
Browse files Browse the repository at this point in the history
- D8CORE-3970: adding SOE specific event series teaser styles (#76) (ad3a1dc)
- D8CORE-3991: Correcting the color of the past event label for the gradient banner (#75) (75d7b29)
- D8CORE-3950: adjusting Past Event list page h1 spacing (#74) (3a91ffc)
- Updated components definition in the info.yml (#73)
  • Loading branch information
pookmish authored May 7, 2021
2 parents ae07b11 + f9e14b8 commit 46426a5
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 13 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# SOE Basic Sub-Theme

8.x-1.12
--------------------------------------------------------------------------------
_Release Date: 2021-05-07_

- D8CORE-3970: adding SOE specific event series teaser styles (#76) (ad3a1dc)
- D8CORE-3991: Correcting the color of the past event label for the gradient banner (#75) (75d7b29)
- D8CORE-3950: adjusting Past Event list page h1 spacing (#74) (3a91ffc)
- Updated components definition in the info.yml (#73) (31fa3b7)

8.x-1.11
--------------------------------------------------------------------------------
_Release Date: 2021-03-05_
Expand All @@ -17,6 +26,7 @@ _Release Date: 2021-03-16_

- Hotfix for D8CORE-3499, style fixes for soe arrow and external links


8.x-1.8
--------------------------------------------------------------------------------
_Release Date: 2021-02-08_
Expand Down
2 changes: 1 addition & 1 deletion dist/css/theme.css

Large diffs are not rendered by default.

12 changes: 5 additions & 7 deletions soe_basic.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: SOE Basic
type: theme
description: 'SOE Branding Subtheme.'
package: Stanford
version: 8.x-1.11
core_version_requirement: ^8 || ^9

version: 8.x-1.12
core_version_requirement: ^9
# Defines the base theme
base theme: stanford_basic

Expand All @@ -22,10 +21,9 @@ features:
- favicon
- logo

component-libraries:
basic:
paths:
- templates
components:
namespaces:
basic: templates

libraries:
# - stanford_basic/basic
Expand Down
1 change: 1 addition & 0 deletions src/scss/theme/_background-classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@

.section-bgcolor--title {
&.section-event-list--title,
&.section-events-past--header,
&.section-stanford-news-views-header,
&.su-people-header,
&.section-header,
Expand Down
7 changes: 3 additions & 4 deletions src/scss/theme/_events.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@
text-decoration: underline;
}
}
}

.su-event-label-past {
color: $su-color-white;
}

.su-event-label-past {
color: $su-color-white;
}
}

Expand Down
7 changes: 6 additions & 1 deletion src/scss/theme/_teasers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
}
}

.ds-entity--stanford-person {
.ds-entity--stanford-person,
.stanford-event-series {

a {
@include soe--link;
@include soe-link-icon(soe_arrow, 1.8rem, 0);
Expand All @@ -19,6 +21,9 @@

&:hover {
@include soe--link-hover;

color: $su-color-black;
text-decoration: none;
}

&::after {
Expand Down

0 comments on commit 46426a5

Please sign in to comment.