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/_media_list.scss

27 lines
565 B
SCSS
Executable File

// Variables
//------------------------------------------------------
$media-list-font-color-head: $darkgray-dark !default;
$media-list-font-color-body: $mediumgray-dark !default;
// Exports
//------------------------------------------------------
@include exports("media-list") {
/**
* media list
* --------------------------------------------------
*/
.media-list {
color: $media-list-font-color-body;
@at-root .media-heading {
font-size: 14px;
color: $media-list-font-color-head;
}
}
}