Skip to content

Commit f574bf1

Browse files
committed
CD 16169870012: Update GCWeb compiled demos files
1 parent 40a2b9a commit f574bf1

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

méli-mélo-demos/gc-thématique/gc-thématique.css

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -129,32 +129,32 @@ h1.gc-thickline.canadaday::after {
129129

130130
.choose-canada-banner {
131131
background-image: url("https://canada.ca/content/dam/pch/images/campaigns/choose-canada/Banner1920x315.jpg");
132+
}
132133

133-
.well {
134-
background-image: linear-gradient(to right, #8C0D13, #BB1119);
135-
border: 0;
136-
border-radius: 0;
137-
color: #fff;
138-
margin-bottom: 0;
139-
padding: 15px;
140-
position: relative;
141-
142-
&::before {
143-
content: "";
144-
position: absolute;
145-
top: 0;
146-
right: 100%;
147-
bottom: 0;
148-
width: 9999px;
149-
background-image: linear-gradient(to right, #BB1119, #8C0D13);
150-
}
151-
152-
h1#wb-cont {
153-
border-bottom-color: #fff;
154-
border-image-source: linear-gradient(to right, #fff 71px, transparent 71px);
155-
margin-top: 10px;
156-
}
157-
}
134+
.choose-canada-banner .well {
135+
background-image: linear-gradient(to right, #8C0D13, #BB1119);
136+
border: 0;
137+
border-radius: 0;
138+
color: #fff;
139+
margin-bottom: 0;
140+
padding: 15px;
141+
position: relative;
142+
}
143+
144+
.choose-canada-banner .well::before {
145+
content: "";
146+
position: absolute;
147+
top: 0;
148+
right: 100%;
149+
bottom: 0;
150+
width: 9999px;
151+
background-image: linear-gradient(to right, #BB1119, #8C0D13);
152+
}
153+
154+
.choose-canada-banner .well h1#wb-cont {
155+
border-bottom-color: #fff;
156+
border-image-source: linear-gradient(to right, #fff 71px, transparent 71px);
157+
margin-top: 10px;
158158
}
159159

160160
.choose-canada-card {
@@ -163,16 +163,16 @@ h1.gc-thickline.canadaday::after {
163163
margin-bottom: 1.5em !important;
164164
overflow: hidden;
165165
position: relative;
166+
}
166167

167-
.card-body {
168-
padding: 20px;
169-
}
168+
.choose-canada-card .card-body {
169+
padding: 20px;
170+
}
170171

171-
.card-title {
172-
font-size: 1.2em;
173-
margin-bottom: .75em;
174-
margin-top: 0 !important;
175-
}
172+
.choose-canada-card .card-title {
173+
font-size: 1.2em;
174+
margin-bottom: .75em;
175+
margin-top: 0 !important;
176176
}
177177

178178
/* Thematic purple */

0 commit comments

Comments
 (0)