Files
sogo/UI/WebServerResources/scss/components/_components/_media.scss
iRouge 25213605bb MODULE-TYPO
- Sass set-up
- md-list
- md-theming (install)
2015-06-11 15:49:31 -04:00

20 lines
167 B
SCSS
Executable File

/**
*
* Media - imgs/videos
*
**/
img,
video,
object {
max-width: 100%;
}
img {
.content & {
margin-top: $lineHeight;
margin-bottom: $lineHeight;
}
}