mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 13:33:24 +00:00
Merge pull request #364 from sharelatex/pr-github-teaser
GitHub teaser - styles and media
This commit is contained in:
commit
8fe1602240
4 changed files with 4 additions and 0 deletions
BIN
services/web/public/img/teasers/github/teaser-github.gif
Normal file
BIN
services/web/public/img/teasers/github/teaser-github.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 477 KiB |
BIN
services/web/public/img/teasers/github/teaser-github.mp4
Normal file
BIN
services/web/public/img/teasers/github/teaser-github.mp4
Normal file
Binary file not shown.
BIN
services/web/public/img/teasers/github/teaser-github.png
Normal file
BIN
services/web/public/img/teasers/github/teaser-github.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 129 KiB |
|
@ -421,6 +421,7 @@
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.teaser-video-container,
|
||||||
.dropbox-teaser-video-container {
|
.dropbox-teaser-video-container {
|
||||||
margin-top: -@modal-inner-padding;
|
margin-top: -@modal-inner-padding;
|
||||||
margin-left: -@modal-inner-padding;
|
margin-left: -@modal-inner-padding;
|
||||||
|
@ -428,7 +429,10 @@
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.teaser-video,
|
||||||
.dropbox-teaser-video {
|
.dropbox-teaser-video {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
border-bottom: 1px solid @modal-header-border-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue