File tree Expand file tree Collapse file tree 1 file changed +67
-0
lines changed
Expand file tree Collapse file tree 1 file changed +67
-0
lines changed Original file line number Diff line number Diff line change @@ -1729,6 +1729,73 @@ footer {
17291729 margin : 0 ;
17301730}
17311731
1732+ /**
1733+ * AI Summary/Key Takeaways
1734+ */
1735+ .ai-summary-wrapper {
1736+ padding : 2px ;
1737+ position : relative;
1738+ border-radius : 3px ;
1739+ background : linear-gradient (0deg , # BD56FF, # 0FB7FF );
1740+ }
1741+
1742+ @media (max-width : 800px ) {
1743+ .story-body .ai-summary-wrapper {
1744+ margin : var (--space );
1745+ }
1746+ }
1747+
1748+ .ai-summary {
1749+ font-family : var (--sans );
1750+ background-color : var (--paper-color );
1751+ padding : var (--space );
1752+ --grid-row-gap : 5px ;
1753+ --columns : auto;
1754+ --header-transform : none;
1755+ --secondary-text-color : var (--lightgray );
1756+ }
1757+
1758+ @media (min-width : 797px ) {
1759+ .ai-summary .grid {
1760+ grid-auto-flow : column;
1761+ align-items : baseline;
1762+ }
1763+ }
1764+
1765+ .ai-summary .expander {
1766+ justify-content : space-between;
1767+ align-items : baseline;
1768+ --link-color : var (--text-color );
1769+ }
1770+
1771+ .ai-summary-header {
1772+ display : flex;
1773+ gap : 5px ;
1774+ align-items : center;
1775+ }
1776+
1777+ .ai-summary p {
1778+ font-size : 0.67em ;
1779+ color : var (--darkgray );
1780+ margin : 0 ;
1781+ }
1782+
1783+ .ai-summary p a {
1784+ display : inline-block;
1785+ }
1786+
1787+ .ai-summary ul {
1788+ list-style-type : square;
1789+ font-size : 0.78em ;
1790+ line-height : 1.5em ;
1791+ margin-bottom : 0 ;
1792+ }
1793+
1794+ .ai-summary hr {
1795+ align-self : stretch;
1796+ border : .5px solid # afb9ca ;
1797+ }
1798+
17321799/**
17331800 * SWG Promo card
17341801 */
You can’t perform that action at this time.
0 commit comments