Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
embl.org
vf-core-mirror
Commits
de91bd0c
Commit
de91bd0c
authored
Oct 21, 2021
by
Ken Hawkins
Browse files
Hotfixes following #1698
parent
67b4b5f7
Pipeline
#205460
passed with stages
in 7 minutes and 16 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
components/vf-card/vf-card.scss
components/vf-card/vf-card.scss
+1
-1
components/vf-intro/vf-intro.scss
components/vf-intro/vf-intro.scss
+4
-6
components/vf-stack/vf-stack.scss
components/vf-stack/vf-stack.scss
+1
-0
No files found.
components/vf-card/vf-card.scss
View file @
de91bd0c
...
...
@@ -303,7 +303,7 @@
}
.vf-card__text
{
margin-top
:
#{
map-get
(
$vf-spacing-map
,
vf-spacing--400
)
}
;
/* IE Fallback */
margin-top
:
var
(
--
vf-stack-margin--custom
,
var
(
--
vf-stack-margin
,
#{
map-get
(
$vf-spacing-map
,
vf-spacing--400
)
}
)
)
;
margin-top
:
var
(
--
vf-stack-margin
,
#{
map-get
(
$vf-spacing-map
,
vf-spacing--400
)
}
);
}
}
...
...
components/vf-intro/vf-intro.scss
View file @
de91bd0c
...
...
@@ -17,7 +17,7 @@
grid-column
:
2
/
span
1
;
}
.vf-lede
{
margin-bottom
:
2rem
;
margin-bottom
:
#{
space
(
800
)
}
;
}
}
...
...
@@ -32,7 +32,6 @@
grid-column-gap
:
var
(
--
page-grid-gap
,
1em
);
grid-template-areas
:
'... header header'
'... ... links'
;
grid-template-columns
:
var
(
--
embl-grid-module--prime
)
auto
var
(
--
embl-grid-module--prime
);
// grid-template-columns: subgrid;
}
.vf-intro__heading
{
grid-area
:
header
;
}
...
...
@@ -45,18 +44,17 @@
line-height
:
1
.25
;
+
.vf-lede
{
--vf-stack-margin
--custom
:
2rem
;
--vf-stack-margin
:
#{
space
(
800
)
}
;
}
+
.vf-intro__subheading
{
--vf-stack-margin
--custom
:
0
;
--vf-stack-margin
:
0
;
}
}
.vf-intro__subheading
{
@include
set-type
(
text-heading--3
,
$custom-margin-bottom
:
0
);
+
*
{
--vf-stack-margin
--custom
:
2rem
;
--vf-stack-margin
:
#{
space
(
800
)
}
;
}
}
...
...
components/vf-stack/vf-stack.scss
View file @
de91bd0c
...
...
@@ -33,6 +33,7 @@
}
.vf-stack
>
*
+
*
{
--vf-stack-margin
:
#{
map-get
(
$vf-spacing-map
,
vf-spacing--400
)
}
;
margin-top
:
#{
map-get
(
$vf-spacing-map
,
vf-spacing--400
)
}
;
/* IE Fallback */
margin-top
:
var
(
--
vf-stack-margin--custom
,
var
(
--
vf-stack-margin
,
#{
map-get
(
$vf-spacing-map
,
vf-spacing--400
)
}
));
/* [3] */
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment