Skip to content

Commit

Permalink
add(banner): banner title css
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Dec 26, 2022
1 parent c9087cc commit d003247
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 9 additions & 1 deletion theme/themes/eea/extras/banner.less
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@
}
}
}

.documentFirstHeading {
border-bottom: @titleBorderBottom;
margin-bottom: @titleMarginBottom;

&::before {
content: @titleBorderBottom;
}
}
}

/*Share Popup*/
Expand Down Expand Up @@ -218,4 +227,3 @@
}

.loadUIOverrides();

3 changes: 3 additions & 0 deletions theme/themes/eea/extras/banner.variables
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
/* Title */
@titleFontWeight : @bold;
@titleMaxWidth : 100%;
@titleMarginBottom : 0;
@titleBorderBottom : none;
@mobileTitleFontSize : 1.25rem;
@tabletTitleFontSize : 2.25rem;
@computerTitleFontSize : 3rem;
Expand All @@ -36,6 +38,7 @@
@tabletTitleMargin : 0 0 0.813rem 0;
@computerTitleMargin : 0 0 1.125rem 0;


/* Subtitle */
@subtitleFontWeight : @bold;
@subtitleMaxWidth : 100%;
Expand Down

0 comments on commit d003247

Please sign in to comment.