Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CERN Components
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Web Team
Drupal
Public Drupal Repositories
Drupal 8
D8 Modules
CERN Components
Merge requests
!26
Resolve "Add text-shadow on Preview Cards"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add text-shadow on Preview Cards"
19-add-text-shadow-on-preview-cards
into
dev
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Konstantinos Platis
requested to merge
19-add-text-shadow-on-preview-cards
into
dev
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Closes
#19 (closed)
Edited
6 years ago
by
Konstantinos Platis
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
3599eb12
1 commit,
6 years ago
2 files
+
5
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
patterns/molecules/preview-card/css/component-preview-card.css
+
3
−
1
Options
@@ -118,7 +118,8 @@
.component-preview-cards
.preview-card__title
h3
a
{
display
:
block
!important
;
position
:
relative
;
line-height
:
26px
!important
;
}
line-height
:
26px
!important
;
text-shadow
:
1px
0px
1px
black
,
0px
1px
1px
black
,
-1px
0px
1px
black
,
0px
-1px
1px
black
,
0
0
1px
black
;
}
.component-preview-cards
.preview-card__title
h3
a
span
{
width
:
100%
;
}
.component-preview-cards
.preview-card__title
h3
a
:hover
{
@@ -151,6 +152,7 @@
min-height
:
18px
;
height
:
18px
;
}
.component-preview-cards
.preview-card__category
,
.component-preview-cards
.preview-card__date
,
.component-preview-cards
.preview-card__author
{
text-shadow
:
1px
0px
1px
black
,
0px
1px
1px
black
,
-1px
0px
1px
black
,
0px
-1px
1px
black
,
0
0
1px
black
;
font-family
:
'sourcesans-light'
;
font-size
:
14px
;
font-size
:
1.4rem
;
Loading