Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_wcms_ohana
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
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
WCMS
uw_wcms_ohana
Merge requests
!193
ISTWCMS-6859: adding initial classes for event styling in manual block list
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ISTWCMS-6859: adding initial classes for event styling in manual block list
feature/ISTWCMS-6859-ebremner-event-style-manual-block
into
1.1.x
Overview
0
Commits
11
Pipelines
0
Changes
10
Merged
Eric Bremner
requested to merge
feature/ISTWCMS-6859-ebremner-event-style-manual-block
into
1.1.x
10 months ago
Overview
0
Commits
11
Pipelines
0
Changes
10
Expand
0
0
Merge request reports
Compare
1.1.x
version 15
a92584c9
8 months ago
version 14
1bde8e27
8 months ago
version 13
81ec96df
8 months ago
version 12
3a13325d
8 months ago
version 11
d860a483
8 months ago
version 10
9b0af1ae
8 months ago
version 9
029fc3bb
8 months ago
version 8
3357661b
9 months ago
version 7
e1dc4039
9 months ago
version 6
ff056ece
9 months ago
version 5
7e421619
9 months ago
version 4
9f1f01d9
9 months ago
version 3
d54747b7
9 months ago
version 2
a9440f22
9 months ago
version 1
9163b436
10 months ago
1.1.x (base)
and
latest version
latest version
dc7d5279
11 commits,
8 months ago
version 15
a92584c9
10 commits,
8 months ago
version 14
1bde8e27
9 commits,
8 months ago
version 13
81ec96df
8 commits,
8 months ago
version 12
3a13325d
8 commits,
8 months ago
version 11
d860a483
7 commits,
8 months ago
version 10
9b0af1ae
7 commits,
8 months ago
version 9
029fc3bb
6 commits,
8 months ago
version 8
3357661b
6 commits,
9 months ago
version 7
e1dc4039
6 commits,
9 months ago
version 6
ff056ece
5 commits,
9 months ago
version 5
7e421619
5 commits,
9 months ago
version 4
9f1f01d9
4 commits,
9 months ago
version 3
d54747b7
3 commits,
9 months ago
version 2
a9440f22
2 commits,
9 months ago
version 1
9163b436
1 commit,
10 months ago
10 files
+
344
−
109
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
src/patterns/04-components/card/card--teaser/_card--teaser.scss
+
109
−
0
Options
@@ -70,4 +70,113 @@
}
}
}
&
--event
{
// ISTWCMS-6859 Agenda look for event card teaser.
&
.card__uw-agenda
,
.uw-agenda
&
{
display
:
grid
;
grid-template-columns
:
100%
;
column-gap
:
var
(
--
grid-gutter
);
@include
uw-no-breakout
();
@media
(
min-width
:
$screen-md
)
{
display
:
grid
;
grid-template-columns
:
19rem
auto
;
}
&
.card--show-hover
{
border
:
0
;
border-bottom
:
1px
solid
var
(
--
gray-3
);
box-shadow
:
var
(
--
shadow-0
);
transition
:
box-shadow
300ms
ease
;
padding
:
var
(
--
size-2
);
padding-bottom
:
var
(
--
size-6
);
&
:hover
,
&
:focus-within
{
background-color
:
var
(
--
gray-1
);
border-bottom
:
1px
solid
var
(
--
uw-black-primary
);
box-shadow
:
var
(
--
shadow-3
);
}
}
.card__image
{
margin-top
:
2rem
;
@media
(
min-width
:
$screen-md
)
{
grid-column
:
1
/
2
;
grid-row
:
2
/
3
;
}
img
{
max-width
:
12
.5rem
;
}
a
{
max-width
:
12
.5rem
;
}
}
.card__header
{
display
:
grid
;
grid-template-columns
:
100%
;
grid-row
:
1
/
2
;
margin-bottom
:
0
.75rem
;
@media
(
min-width
:
$screen-md
)
{
grid-template-columns
:
20rem
auto
;
grid-column
:
1
/
3
;
}
}
.card__date
{
background
:
inherit
;
padding-left
:
0
;
position
:
relative
;
.uw-date
{
background
:
inherit
;
padding-left
:
0
;
}
@media
(
min-width
:
$screen-md
)
{
grid-row
:
1
/
2
;
margin
:
0
;
.uw-date
{
top
:
0
;
left
:
0
;
position
:
absolute
;
background
:
inherit
;
padding
:
0
;
margin
:
0
;
}
}
}
.card__title
{
grid-column
:
1
/
2
;
margin
:
0
;
padding-top
:
var
(
--
size-305
);
@media
(
min-width
:
$screen-md
)
{
grid-column
:
2
/
3
;
}
}
.card__author
{
grid-column
:
1
/
2
;
@media
(
min-width
:
$screen-md
)
{
grid-column
:
2
/
3
;
}
}
.card__body
,
.card__content
,
.card__footer
,
.card__position
,
.card__tags
,
.card__readmore
,
.card__social
{
grid-column
:
1
/
2
;
@media
(
min-width
:
$screen-md
)
{
grid-column
:
2
/
3
;
}
}
.card__body
{
grid-row
:
2
/
3
;
}
.card__content
{
margin-bottom
:
0
;
}
.card__tags
{
margin
:
0
;
}
}
}
}
Loading