mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-25 05:52:16 +00:00
Generalize and improve teaser styles.
This commit is contained in:
parent
8763e444e9
commit
cd0a9d922e
1 changed files with 4 additions and 0 deletions
|
@ -421,6 +421,7 @@
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.teaser-video-container,
|
||||
.dropbox-teaser-video-container {
|
||||
margin-top: -@modal-inner-padding;
|
||||
margin-left: -@modal-inner-padding;
|
||||
|
@ -428,7 +429,10 @@
|
|||
margin-bottom: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.teaser-video,
|
||||
.dropbox-teaser-video {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
border-bottom: 1px solid @modal-header-border-color;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue