Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
design-system-lib
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
julkiset-sivut
design-system-lib
Commits
0ae2ef27
Commit
0ae2ef27
authored
4 years ago
by
Ekaterina Kondareva
Browse files
Options
Downloads
Patches
Plain Diff
introduction h2 title is the same as h2 landing page all caps
parent
22d68944
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/heading/heading.scss
+2
-44
2 additions, 44 deletions
src/components/heading/heading.scss
with
2 additions
and
44 deletions
src/components/heading/heading.scss
+
2
−
44
View file @
0ae2ef27
...
...
@@ -87,7 +87,8 @@
}
}
// h2 used in landing pages: caps, bigger font
// H2 used in landing pages and in Introduction paragraph: caps, bigger font.
h2
.hy-heading__introduction
,
h2
.hy-heading__landingsection
{
@include
font-size
(
28px
,
32px
);
letter-spacing
:
-0
.88px
;
...
...
@@ -167,49 +168,6 @@ h1.hy-heading__introduction {
}
}
/*
H2 used in Introduction paragraph.
*/
h2
.hy-heading__introduction
{
@include
font-size
(
28px
,
32px
);
@include
font-weight
(
$bold
);
//color: inherit;
font-family
:
var
(
--
main-font-family
);
letter-spacing
:
-0
.88px
;
margin-bottom
:
16px
;
margin-top
:
36px
;
padding
:
0
;
text-transform
:
uppercase
;
@include
breakpoint
(
$narrow
)
{
// > 960px
@include
font-size
(
40px
,
40px
);
letter-spacing
:
-1
.25px
;
margin-bottom
:
24px
;
margin-top
:
46px
;
}
@include
breakpoint
(
$wide
)
{
// > 960px
@include
font-size
(
40px
,
40px
);
letter-spacing
:
-1
.25px
;
margin-top
:
0
;
}
@include
breakpoint
(
$extrawide
)
{
// > 1200px
@include
font-size
(
48px
,
52px
);
letter-spacing
:
-1
.6px
;
}
@include
breakpoint
(
$overwide
)
{
// > 1400px
@include
font-size
(
54px
,
40px
);
letter-spacing
:
-1
.69px
;
}
}
h1
,
h2
,
h3
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment