-
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.
- D8CORE-3247: Publications styles (#66) (a487064) - Update composer.json for stanford_basic (#65) (586fabc) - D8CORE-3528: updating class name to match reality (#64) (a49c69d) - D8CORE-3499: fixing the link icons (#61) (a3a1119) - D8CORE-3246 D8CORE-3487: fixing the external link icons (#63) (414b076) - D8CORE-3248: publication set up for SOE (#59) (af11eda)
- Loading branch information
Showing
7 changed files
with
78 additions
and
51 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
Large diffs are not rendered by default.
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
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,29 @@ | ||
@charset 'UTF-8'; | ||
|
||
.ptype-stanford-entity { | ||
.su-entity-item { | ||
a { | ||
|
||
&:hover { | ||
text-decoration: none; | ||
} | ||
} | ||
} | ||
|
||
.ds-entity--stanford-person { | ||
a { | ||
@include soe--link; | ||
@include soe-link-icon(soe_arrow, 1.8rem, 0); | ||
|
||
color: $su-color-black; | ||
|
||
&:hover { | ||
@include soe--link-hover; | ||
} | ||
|
||
&::after { | ||
background-color: $su-color-black; | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -24,3 +24,4 @@ | |
@import 'people'; | ||
@import 'publications'; | ||
@import 'super-footer'; | ||
@import 'teasers'; |