Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
prototype
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
prototype
Merge requests
!120
Initial spacing model.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Initial spacing model.
issue/prototype-3437428:3437428-implement-default-model
into
5.x
Overview
0
Commits
7
Pipelines
2
Changes
8
Merged
Initial spacing model.
John Ferris
requested to merge
issue/prototype-3437428:3437428-implement-default-model
into
5.x
Apr 18, 2024
Overview
0
Commits
7
Pipelines
2
Changes
8
Closes
#3437428
0
0
Merge request reports
Compare
5.x
version 7
c74fa937
Apr 18, 2024
version 6
c358d251
Apr 18, 2024
version 5
51cf9d01
Apr 18, 2024
version 4
7eaadbd4
Apr 18, 2024
version 3
34ef58d0
Apr 18, 2024
version 2
570a6763
Apr 18, 2024
version 1
c30e11f4
Apr 18, 2024
5.x (base)
and
latest version
latest version
c74fa937
7 commits,
Apr 24, 2024
version 7
c74fa937
7 commits,
Apr 18, 2024
version 6
c358d251
6 commits,
Apr 18, 2024
version 5
51cf9d01
5 commits,
Apr 18, 2024
version 4
7eaadbd4
4 commits,
Apr 18, 2024
version 3
34ef58d0
3 commits,
Apr 18, 2024
version 2
570a6763
2 commits,
Apr 18, 2024
version 1
c30e11f4
1 commit,
Apr 18, 2024
8 files
+
565
−
26
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
components/teaser/src/teaser.scss
+
7
−
11
View file @ c74fa937
Edit in single-file editor
Open in Web IDE
Show full file
@use
"../../../libraries/partials/partials"
as
*
;
:root
{
--teaser-panel-padding
:
16px
;
@include
bp-min
(
tablet
)
{
--teaser-panel-padding
:
30px
;
}
@include
bp-min
(
desktop
)
{
--teaser-panel-padding
:
60px
;
}
--teaser-panel-padding
:
var
(
--
prototype-space-60
);
}
.c-teaser__title
{
@@ -17,16 +9,20 @@
}
.c-teaser__media
{
margin-bottom
:
24px
;
margin-bottom
:
var
(
--
prototype-space-36
)
;
overflow
:
hidden
;
}
.c-teaser__content
>
*
+
*
{
margin-top
:
var
(
--
prototype-space-rem-8
);
}
.c-teaser__body
{
@include
type-scale
(
'body'
,
'16'
);
}
.c-teaser__actions
{
margin
:
24px
0
0
;
margin
-top
:
var
(
--
prototype-space-rem-36
)
;
}
.c-teaser__more-link
{
Loading