@include content-card('album', $el-content-album-bg); @include content-card('article', $el-content-article-bg); @include content-card('note', $el-content-note-bg); @include content-card('project', $el-content-project-bg); @include content-card('upload', $el-content-upload-bg); @include content-full('album', $el-content-album-bg); @include content-full('article', $el-content-article-bg); @include content-full('note', $el-content-note-bg); @include content-full('project', $el-content-project-bg); @include content-full('upload', $el-content-upload-bg); @include content-inline('album', $el-content-album-bg); @include content-inline('article', $el-content-article-bg); @include content-inline('note', $el-content-note-bg); @include content-inline('project', $el-content-project-bg); @include content-inline('upload', $el-content-upload-bg); .upload { &--inline { .icon { max-width: 1.5em; } } }