Skip to content

Commit f8d79ba

Browse files
authored
Merge pull request #621 from redditnfl/develop
Pride Theme
2 parents bf25eab + f1e91f1 commit f8d79ba

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/assets/temp-img/pride25.jpg

452 KB
Loading

src/assets/temp-img/pride252.jpg

483 KB
Loading

src/assets/temp-img/pride255.jpg

482 KB
Loading

src/scss/_controls.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
//$headerHeight: 253px; //for a Ryan banner; // Use this when there is a banner. Use the banner height + 30 px. ex.
3-
$headerHeight: 80px; //This is the default with no banner. ex: 40px or false.
2+
$headerHeight: 253px; //for a Ryan banner; // Use this when there is a banner. Use the banner height + 30 px. ex.
3+
//$headerHeight: 80px; //This is the default with no banner. ex: 40px or false.
44

55
$headerSideOffset: $headerHeight - 20px; //ex: 20px or false
66

src/scss/screen.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ $all-teams: map-collect($nfl-teams);
4141
// Themes
4242

4343
//@import "themes/bhm_modified";
44-
//@import "themes/2024ccg";
44+
@import "themes/2024ccg";
4545
//@import "themes/sb2024";
46-
@import "themes/basic-theme";
46+
//@import "themes/basic-theme";
4747
//@import "themes/season-open";
4848
//@import "themes/black-history-month";
4949
//@import "themes/usa-theme";

src/scss/themes/_2024ccg.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ html::before{
1313
width: 100%;
1414
margin-top: 104px;
1515
background-color: transparent;
16-
background-image: url("../img/draftbannernew2.jpg");
16+
background-image: url("../img/pride255.jpg");
1717
background-position: center top;
1818
background-size: 1890px;
1919
background-repeat: no-repeat;

src/scss/variables/_image-map.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// crown
22

3-
//$crown: "../img/crown-pride2023.png";
4-
$crown: "../img/crown.png";
3+
$crown: "../img/crown-pride2023.png";
4+
//$crown: "../img/crown.png";
55
//$crown: "../img/bhmcrown25.png";
66
//$crown: "../img/crown-usa-1.png";
77
//$crown: "../img/crown-mourning.png";

0 commit comments

Comments
 (0)