Files
sogo/UI/WebServerResources/scss/components/_components/_media.scss
iRouge f1d2b8cb75 MODULE-TYPO
- Sass set-up
- md-list
- md-theming (install)
2015-01-16 07:52:29 -05: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;
}
}