-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2047 from Catrobat/dependabot/npm_and_yarn/bootst…
…rap-5.1.1 Bump bootstrap from 4.6.0 to 5.1.1
- Loading branch information
Showing
83 changed files
with
1,908 additions
and
3,349 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
This file was deleted.
Oops, something went wrong.
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
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
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
1 change: 1 addition & 0 deletions
1
assets/styles/custom/card.scss → ...tyles/components/catblocks_code_view.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,4 +1,5 @@ | ||
@import "../base/variables"; | ||
@import "../../catblocks/main.css"; | ||
|
||
// Bootstrap extending CSS | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
.accordion-button:not(.collapsed) { | ||
color: var(--primary); | ||
background-color: transparent; | ||
} | ||
|
||
.accordion-body { | ||
padding: 0; | ||
.table { | ||
margin: 0; | ||
} | ||
} |
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
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,74 +1,17 @@ | ||
#welcome-section { | ||
margin-bottom: 2.5rem; | ||
|
||
iframe { | ||
height: 100%; | ||
} | ||
|
||
#welcome-section__google-play li:nth-child(1)::before { | ||
content: url("../../images/social/google_playstore.png") " "; | ||
} | ||
|
||
.youtube { | ||
.video-container { | ||
position: relative; | ||
min-width: 300px; | ||
height: 92.5%; | ||
min-height: 250px; | ||
padding-top: 56.25%; | ||
overflow: hidden; | ||
cursor: pointer; | ||
height: 0; | ||
padding-bottom: 56.25%; /* 16:9 */ | ||
background-color: #000; | ||
} | ||
|
||
.youtube-img { | ||
top: 50%; | ||
left: 50%; | ||
width: 100%; | ||
opacity: 0.7; | ||
transform: translate(-50%, -50%); | ||
} | ||
.youtube .play-button { | ||
z-index: 1; | ||
width: 90px; | ||
height: 60px; | ||
background-color: #333; | ||
border-radius: 6px; | ||
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6); | ||
opacity: 0.8; | ||
} | ||
.youtube .play-button::before { | ||
content: ""; | ||
border-color: transparent transparent transparent #fff; | ||
border-style: solid; | ||
border-width: 15px 0 15px 26px; | ||
} | ||
.youtube img, | ||
.youtube .play-button { | ||
cursor: pointer; | ||
} | ||
.youtube img, | ||
.youtube iframe, | ||
.youtube .play-button, | ||
.youtube .play-button::before { | ||
position: absolute; | ||
} | ||
.youtube .play-button, | ||
.youtube .play-button::before { | ||
top: 50%; | ||
left: 50%; | ||
transform: translate3d(-50%, -50%, 0); | ||
} | ||
|
||
.youtube .play-button:hover { | ||
background-color: #f00; | ||
} | ||
|
||
.youtube iframe { | ||
.video-container iframe { | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
|
||
} |
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
Oops, something went wrong.