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
3163873a
Commit
3163873a
authored
4 years ago
by
shamalainen
Browse files
Options
Downloads
Patches
Plain Diff
Update hero values
parent
d52d444f
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/hy-hero/hy-hero.scss
+76
-13
76 additions, 13 deletions
src/components/hy-hero/hy-hero.scss
with
76 additions
and
13 deletions
src/components/hy-hero/hy-hero.scss
+
76
−
13
View file @
3163873a
...
...
@@ -270,16 +270,25 @@
}
@include
breakpoint
(
$wide
)
{
min-height
:
338px
;
padding
:
52px
2rem
;
}
@include
breakpoint
(
1060px
)
{
min-height
:
373px
;
}
@include
breakpoint
(
1160px
)
{
min-height
:
480px
;
}
@include
breakpoint
(
$extrawide
)
{
padding-left
:
32px
;
// Original 24px + 8px
padding-right
:
8px
;
}
@include
breakpoint
(
$xlarge
)
{
padding-left
:
0
;
@include
breakpoint
(
1260px
)
{
min-height
:
443px
;
}
@include
breakpoint
(
1280px
)
{
...
...
@@ -287,12 +296,36 @@
padding-left
:
0
;
}
@include
breakpoint
(
1440px
)
{
min-height
:
540px
;
@include
breakpoint
(
1360px
)
{
min-height
:
478px
;
}
@include
breakpoint
(
1460px
)
{
min-height
:
513px
;
}
@include
breakpoint
(
1560px
)
{
min-height
:
548px
;
}
@include
breakpoint
(
$xlarge
)
{
padding-left
:
0
;
}
@include
breakpoint
(
1660px
)
{
min-height
:
583px
;
}
@include
breakpoint
(
1760px
)
{
min-height
:
619px
;
}
@include
breakpoint
(
1860px
)
{
min-height
:
654px
;
}
@include
breakpoint
(
1920px
)
{
min-height
:
720
px
;
min-height
:
675
px
;
}
}
...
...
@@ -386,7 +419,7 @@
position
:
absolute
;
right
:
0
;
top
:
0
;
width
:
60
%
;
width
:
56
.25
%
;
}
}
...
...
@@ -411,29 +444,59 @@
flex-direction
:
column
;
justify-content
:
center
;
margin
:
0
auto
;
min-height
:
3
60
px
;
min-height
:
3
29
px
;
padding
:
52px
2rem
52px
calc
(
2rem
-
8px
);
position
:
relative
;
width
:
100%
;
}
@include
breakpoint
(
1060px
)
{
min-height
:
364px
;
}
@include
breakpoint
(
1160px
)
{
min-height
:
399px
;
}
@include
breakpoint
(
$extrawide
)
{
min-height
:
400px
;
padding
:
80px
24px
;
}
@include
breakpoint
(
$overwide
)
{
min-height
:
450px
;
@include
breakpoint
(
1260px
)
{
min-height
:
346px
;
}
@include
breakpoint
(
1360px
)
{
min-height
:
374px
;
}
@include
breakpoint
(
1460px
)
{
min-height
:
402px
;
}
@include
breakpoint
(
1560px
)
{
min-height
:
430px
;
}
@include
breakpoint
(
$xlarge
)
{
max-width
:
1216px
;
min-height
:
500px
;
padding
:
80px
0
;
}
@include
breakpoint
(
1660px
)
{
min-height
:
448px
;
}
@include
breakpoint
(
1760px
)
{
min-height
:
484px
;
}
@include
breakpoint
(
1860px
)
{
min-height
:
519px
;
}
@include
breakpoint
(
1920px
)
{
min-height
:
60
0px
;
min-height
:
54
0px
;
}
}
...
...
@@ -457,7 +520,7 @@
order
:
1
;
position
:
absolute
;
top
:
0
;
width
:
4
0
%
;
width
:
4
3
.75
%
;
}
}
...
...
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