Skip to content

Commit

Permalink
Merge pull request #63 from ramangupta44/bug/demo-prep
Browse files Browse the repository at this point in the history
fix() : Component issues
  • Loading branch information
ramangupta44 authored Oct 4, 2023
2 parents 7f227a3 + d52fe01 commit cb2d9fe
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 24 deletions.
41 changes: 19 additions & 22 deletions src/sxastarter/src/assets/sass/variants/article-banner/default.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "../../abstracts/espire-mixin";
@import '../../abstracts/espire-mixin';
.banner-third-version {
position: relative;
border-radius: $lg-border-radius $lg-border-radius 0 0;
Expand All @@ -25,29 +25,26 @@
width: 100%;

h1 {
h1 {
margin-bottom: 1.5rem;
}
margin-bottom: 1.5rem;
}

p {
font-family: $myriad-light-font;
font-weight: 300;
font-size: $md-font;
margin-bottom: 2rem;
color: $white;
line-height: 37px;
}
p {
font-family: $myriad-light-font;
font-weight: 300;
font-size: $md-font;
margin-bottom: 2rem;
color: $white;
line-height: 37px;
}

a {
color: $white;
text-decoration: none;
font-size: $sm-font;
font-family: $myriad-bold-font;
font-weight: $bold;
line-height: 150%;
letter-spacing: -1.1%;
}
a {
color: $white;
text-decoration: none;
font-size: $sm-font;
font-family: $myriad-bold-font;
font-weight: $bold;
line-height: 150%;
letter-spacing: -1.1%;
}
}
}

2 changes: 1 addition & 1 deletion src/sxastarter/src/components/Espire/Header/Cookie.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ declare global {
}
const Cookie = () => {
const config: Config = {
apiKey: '3a0578b34b8e13d5aa9fb91166af07c105fb2e0d',
apiKey: '1b61fa3d5212eb369497b28bb5372d02f23597b0',
product: 'community',
optionalCookies: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const ArticleBanner = (props: ArticleBannerProps): JSX.Element => {
const formattedDate = formatDate(inputDate);

return (
<div className={`${props?.params?.styles} separator`}>
<div className={`${props?.params?.styles} article-banner`}>
<div className="banner-third-version">
<img
src={props?.fields?.Image?.value?.src}
Expand Down

1 comment on commit cb2d9fe

@vercel
Copy link

@vercel vercel bot commented on cb2d9fe Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.