Skip to content

Commit

Permalink
Merge pull request #121 from TYPO3incubator/task/fix-hero
Browse files Browse the repository at this point in the history
task/fix-hero + add background color
  • Loading branch information
pixeldesu authored Apr 12, 2024
2 parents 79d93be + a0a16e7 commit f30e9d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ $color__white: #ffffff;

//PRIMARY COLORS
$color__primary--dark-blue: #002345;
$color__primary--blue-opacity: rgba(0, 35, 69, 0.3);
$color__light-gray: #ECECE7;
$color__primary: #2D479A;
$color__primary-red: #FF3232;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.hero {
position: relative;
height: 100vh;
background-color: $color__primary--blue-opacity;
overflow: hidden;

&--image {
Expand Down
1 change: 1 addition & 0 deletions local_packages/football/Resources/Public/Css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -11371,6 +11371,7 @@ a.main-logo:hover {
.hero {
position: relative;
height: 100vh;
background-color: rgba(0, 35, 69, 0.3);
overflow: hidden;
}

Expand Down

0 comments on commit f30e9d5

Please sign in to comment.