Skip to content

Commit

Permalink
[SDPA-3174] Added hero banner title size for smal & large screen. (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
MdNadimHossain authored Oct 8, 2019
1 parent 29d40c3 commit 321c8f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/Organisms/HeroBanner/HeroBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,16 @@ export default {
$rpl-hero-banner-border: 1px solid rpl_color('mid_neutral_1') !default;
$rpl-hero-banner-title-typography-ruleset: (
'xs': ('mega', 1.14em, 'bold'),
's': ('giga', 1.11em, 'bold'),
'm': ('xgiga', 1.08em, 'bold'),
'l': ('tera', 1.07em, 'bold'),
'xxl': ('tera', 1em, 'bold')
) !default;
$rpl-hero-banner-title-typography-ruleset-dark: (
'xs': ('mega', 1.14em, 'bold', true),
's': ('giga', 1.11em, 'bold', true),
'm': ('xgiga', 1.08em, 'bold', true),
'l': ('tera', 1.07em, 'bold', true),
'xxl': ('tera', 1em, 'bold', true)
) !default;
$rpl-hero-banner-title-color: rpl_color('primary') !default;
Expand Down

0 comments on commit 321c8f9

Please sign in to comment.