fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This repository has been archived on 2021-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
shelfzilla/shelfzilla/themes/bootflat/static/libs/bootflat/scss/bootflat/_thumbnail.scss

40 lines
697 B
SCSS
Executable File

// Variables
//------------------------------------------------------
$media-font-color: $darkgray-dark !default;
$thumbnail-shadow: 0 1px 2px rgba(0, 0, 0, .2) !default;
// Exports
//------------------------------------------------------
@include exports("thumbnail") {
/**
* thumbnail
* --------------------------------------------------
*/
.thumbnail {
border: none;
@include box-shadow($value: $list-shadow);
& .caption {
font-size: 14px;
}
& .caption h1,
& .caption h2,
& .caption h3,
& .caption h4,
& .caption h5,
& .caption h6 {
margin: 5px 0 10px;
font-size: 16px;
}
}
}