Skip to content

Commit 0393b24

Browse files
Changed style to make events / chapters section use only light background.
No background image used.
1 parent 60b5a89 commit 0393b24

File tree

1 file changed

+31
-29
lines changed

1 file changed

+31
-29
lines changed

_sass/style.scss

Lines changed: 31 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -271,33 +271,33 @@ a {
271271

272272

273273
.upcoming-chapters-container {
274-
background-size: cover;
275-
background-position: center center;
274+
//background-size: cover;
275+
//background-position: center center;
276276
padding-bottom: 1em;
277277
min-height: 100vh;
278278
}
279279

280-
.upcoming-chapters-container {
281-
@include base-background("../images/events/events-chapters_background_480x205px.jpeg");
282-
}
283-
284-
@media (min-width: 481px){
285-
.upcoming-chapters-container {
286-
@include base-background("../images/events/events-chapters_background_960x540px.jpeg");
287-
}
288-
}
289-
290-
@media (min-width: 961px){
291-
.upcoming-chapters-container {
292-
@include base-background("../images/events/events-chapters_background_1920x1080px.jpeg");
293-
}
294-
}
295-
296-
@media (min-width: 1921px){
297-
.upcoming-chapters-container {
298-
@include base-background("../images/events/events-chapters_background_3840x2160px.jpeg");
299-
}
300-
}
280+
//.upcoming-chapters-container {
281+
// @include base-background("../images/events/events-chapters_background_480x205px.jpeg");
282+
//}
283+
//
284+
//@media (min-width: 481px){
285+
// .upcoming-chapters-container {
286+
// @include base-background("../images/events/events-chapters_background_960x540px.jpeg");
287+
// }
288+
//}
289+
//
290+
//@media (min-width: 961px){
291+
// .upcoming-chapters-container {
292+
// @include base-background("../images/events/events-chapters_background_1920x1080px.jpeg");
293+
// }
294+
//}
295+
//
296+
//@media (min-width: 1921px){
297+
// .upcoming-chapters-container {
298+
// @include base-background("../images/events/events-chapters_background_3840x2160px.jpeg");
299+
// }
300+
//}
301301

302302
.upcoming {
303303
}
@@ -314,15 +314,17 @@ a {
314314
}
315315

316316
.upcoming__col {
317-
background: rgba(250, 235, 215, 0.85);
317+
//background: rgba(250, 235, 215, 0.85);
318318
border-right: $black 1px solid;
319319
border-left: $black 1px solid;
320320
min-height: 100%;
321321
&:first-child {
322-
border-top-left-radius: 5px;
323-
border-top-right-radius: 5px;
322+
border-top: $black 1px solid;
323+
border-top-left-radius: 5px;
324+
border-top-right-radius: 5px;
324325
}
325326
&:last-child {
327+
border-bottom: $black 1px solid;
326328
border-bottom-left-radius: 5px;
327329
border-bottom-right-radius: 5px;
328330
}
@@ -337,9 +339,9 @@ a {
337339

338340
.upcoming__title {
339341
@extend .section-title;
340-
background-color: rgba(0, 0, 0, 0.5);
342+
//background-color: rgba(0, 0, 0, 0.5);
341343
width: 100%;
342-
color: $title-light;
344+
color: $title-dark;
343345
margin-top: 1.5em;
344346
margin-bottom: 0;
345347
padding-top: 0.25em;
@@ -464,7 +466,7 @@ a {
464466
}
465467

466468
.chapters__card-main {
467-
background: rgba(250, 235, 215, 0.85);
469+
background: $main-background;
468470
border: black 1px solid;
469471
}
470472

0 commit comments

Comments
 (0)