-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into rebrand-sugcon-eu
- Loading branch information
Showing
10 changed files
with
306 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
94 changes: 47 additions & 47 deletions
94
src/Project/Sugcon/SugconAnzSxa/src/assets/components/cta.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,51 @@ | ||
.cta { | ||
position: relative; | ||
padding-bottom: 20px; | ||
|
||
.col-7 { | ||
padding-top: 140px; | ||
z-index: 5; | ||
} | ||
|
||
.red-color { | ||
color: var(--bs-red); | ||
} | ||
|
||
.link-wrapper { | ||
display: flex; | ||
align-items: center; | ||
gap: 5px; | ||
} | ||
|
||
.link-arrow, .link-arrow a { | ||
color: #000; | ||
font-weight: 700; | ||
font-size: 17px; | ||
text-decoration: none; | ||
letter-spacing: 0.5px; | ||
line-height: 26px; | ||
} | ||
|
||
.ctaImage { | ||
width: 100%; | ||
object-fit: cover; | ||
} | ||
|
||
position: relative; | ||
padding-bottom: 20px; | ||
|
||
.col-7 { | ||
padding-top: 140px; | ||
z-index: 5; | ||
} | ||
|
||
.red-color { | ||
color: var(--bs-red); | ||
} | ||
|
||
.link-wrapper { | ||
display: flex; | ||
align-items: center; | ||
gap: 5px; | ||
} | ||
|
||
.link-arrow, | ||
.link-arrow a { | ||
color: #28327d; | ||
font-weight: bold; | ||
font-size: 17px; | ||
text-decoration: underline; | ||
letter-spacing: 0.5px; | ||
line-height: 26px; | ||
} | ||
|
||
.ctaImage { | ||
width: 100%; | ||
object-fit: cover; | ||
} | ||
} | ||
|
||
.ctaText { | ||
background-color: greenyellow; | ||
padding: 50px 50px 66px; | ||
|
||
&::after { | ||
display: block; | ||
content: " "; | ||
width: 175px; | ||
height: 175px; | ||
position: absolute; | ||
top: -15px; | ||
left: -15px; | ||
border-top: 15px solid #fe2911; | ||
border-left: 15px solid #fe2911; | ||
} | ||
} | ||
background-color: greenyellow; | ||
padding: 50px 50px 66px; | ||
|
||
&::after { | ||
display: block; | ||
content: ' '; | ||
width: 175px; | ||
height: 175px; | ||
position: absolute; | ||
top: -15px; | ||
left: -15px; | ||
border-top: 15px solid #fe2911; | ||
border-left: 15px solid #fe2911; | ||
} | ||
} |
171 changes: 85 additions & 86 deletions
171
src/Project/Sugcon/SugconAnzSxa/src/assets/components/hero.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,122 +1,121 @@ | ||
.thumbnail { | ||
position: relative; | ||
padding: 60px 20px; | ||
position: relative; | ||
padding: 60px 20px; | ||
} | ||
|
||
.caption { | ||
color: black; | ||
padding-left: 20px; | ||
padding-right: 20px; | ||
font-size: 40px; | ||
background-color: white; | ||
//opacity: 80%; | ||
|
||
padding: 2rem; | ||
background-color: rgba(255, 255, 255, 0.85); | ||
|
||
@media (min-width: 1024px) { | ||
position: absolute; | ||
top: 30%; | ||
left: 10%; | ||
width: 30%; | ||
} | ||
} | ||
|
||
@media (min-width: 1824px) { | ||
.caption { | ||
position: absolute; | ||
//top: 20%; | ||
//left: 30%; | ||
width: 20%; | ||
color: black; | ||
padding-left: 20px; | ||
padding-right: 20px; | ||
font-size: 40px; | ||
background-color: white; | ||
//opacity: 80%; | ||
|
||
padding: 2rem; | ||
background-color: rgba(255, 255, 255, 0.85); | ||
|
||
@media (min-width: 1024px) { | ||
position: absolute; | ||
top: 30%; | ||
left: 10%; | ||
width: 30%; | ||
} | ||
} | ||
|
||
@media (min-width: 1824px) { | ||
.caption { | ||
position: absolute; | ||
//top: 20%; | ||
//left: 30%; | ||
width: 20%; | ||
color: black; | ||
padding-left: 20px; | ||
padding-right: 20px; | ||
font-size: 40px; | ||
background-color: white; | ||
//opacity: 80%; | ||
padding: 2rem; | ||
background-color: rgba(255, 255, 255, 0.85); | ||
} | ||
} | ||
} | ||
|
||
.heroimage { | ||
top: 0; | ||
left: 0; | ||
height: 100%; | ||
position: absolute; | ||
object-fit: cover; | ||
top: 0; | ||
left: 0; | ||
height: 100%; | ||
position: absolute; | ||
object-fit: cover; | ||
|
||
@media (min-width: 1024px) { | ||
@media (min-width: 1024px) { | ||
width: 3000px; | ||
height: 650px; | ||
position: relative; | ||
} | ||
position: relative; | ||
} | ||
} | ||
|
||
.hero-label { | ||
font-weight: 900; | ||
font-size: 14px; | ||
color: #666; | ||
letter-spacing: 2.8px; | ||
text-transform: uppercase; | ||
font-family: "AvenirNextW05-Regular", "Arial"; | ||
font-weight: 900; | ||
font-size: 14px; | ||
color: #666; | ||
letter-spacing: 2.8px; | ||
text-transform: uppercase; | ||
font-family: 'Mulish', 'AvenirNextW05-Regular', 'Arial'; | ||
} | ||
|
||
.hero h1 { | ||
font-size: 60px; | ||
font-weight: 900; | ||
line-height: 60px; | ||
margin-bottom: 20px; | ||
position: relative; | ||
font-size: 60px; | ||
font-weight: 900; | ||
line-height: 60px; | ||
margin-bottom: 20px; | ||
position: relative; | ||
} | ||
|
||
.hero-backdrop { | ||
z-index: 1; | ||
position: relative; | ||
width: 100%; | ||
padding: 2rem; | ||
background-color: rgba(255, 255, 255, 0.85); | ||
|
||
@media (min-width: 1024px) { | ||
width: 60%; | ||
position: absolute; | ||
} | ||
z-index: 1; | ||
position: relative; | ||
width: 100%; | ||
padding: 2rem; | ||
background-color: rgba(255, 255, 255, 0.85); | ||
|
||
@media (min-width: 1024px) { | ||
width: 60%; | ||
position: absolute; | ||
} | ||
} | ||
|
||
.hero-text { | ||
p { | ||
color: #000; | ||
} | ||
p { | ||
color: #000; | ||
} | ||
} | ||
|
||
.link-button { | ||
display: inline-block; | ||
font-weight: 400; | ||
text-decoration: none; | ||
transition: 0.3s all; | ||
font-size: 17px; | ||
letter-spacing: 0.5px; | ||
cursor: pointer; | ||
min-width: 229px; | ||
text-align: center; | ||
padding: 16px 30px 17px; | ||
.link-button { | ||
display: inline-block; | ||
font-weight: bold; | ||
text-decoration: none; | ||
transition: 0.3s all; | ||
font-size: 17px; | ||
letter-spacing: 0.5px; | ||
cursor: pointer; | ||
min-width: 229px; | ||
text-align: center; | ||
padding: 16px 30px 17px; | ||
} | ||
|
||
.link-button.primary, .link-button.primary a { | ||
border: 1px solid #AB0000; | ||
background-color: #AB0000; | ||
color: #fff; | ||
opacity: 1; | ||
transition: opacity 0.5s; | ||
text-decoration: none; | ||
|
||
&:hover { | ||
opacity: 0.5; | ||
} | ||
|
||
&::after { | ||
content: none; | ||
} | ||
.link-button.primary, | ||
.link-button.primary a { | ||
border: 1px solid #ab0000; | ||
background-color: #ab0000; | ||
color: #fff; | ||
opacity: 1; | ||
transition: opacity 0.5s; | ||
text-decoration: none; | ||
|
||
&:hover { | ||
opacity: 0.5; | ||
} | ||
|
||
} | ||
&::after { | ||
content: none; | ||
} | ||
} |
Oops, something went wrong.