Close #992 - Move some Roots features into Soil
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
// Captions
|
||||
.wp-caption {
|
||||
&:extend(.thumbnail all);
|
||||
}
|
||||
|
||||
// Gallery shortcode
|
||||
.gallery-row {
|
||||
padding: (@line-height-computed / 2) 0;
|
||||
@@ -12,6 +12,7 @@
|
||||
figure.alignnone {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: @screen-sm-min) {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
@import "_global"; // Base styling & custom mixins
|
||||
@import "components/_buttons"; // Button tweaks
|
||||
@import "components/_forms"; // Form tweaks
|
||||
@import "components/_gallery"; // WordPress galleries
|
||||
@import "components/_media"; // WordPress media
|
||||
@import "components/_wp-classes"; // WordPress generated classes
|
||||
@import "layouts/_general"; // General styling
|
||||
@import "layouts/_header"; // Header styling
|
||||
|
||||
Reference in New Issue
Block a user