summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentynineteen/sass/media/_media.scss')
-rw-r--r--themes/twentynineteen/sass/media/_media.scss41
1 files changed, 41 insertions, 0 deletions
diff --git a/themes/twentynineteen/sass/media/_media.scss b/themes/twentynineteen/sass/media/_media.scss
new file mode 100644
index 00000000..3fba8c64
--- /dev/null
+++ b/themes/twentynineteen/sass/media/_media.scss
@@ -0,0 +1,41 @@
+.page-content .wp-smiley,
+.entry-content .wp-smiley,
+.comment-content .wp-smiley {
+ border: none;
+ margin-bottom: 0;
+ margin-top: 0;
+ padding: 0;
+}
+
+embed,
+iframe,
+object {
+ max-width: 100%;
+}
+
+.custom-logo-link {
+ display: inline-block;
+}
+
+.avatar {
+ border-radius: 100%;
+ display: block;
+ height: calc(2.25 * #{$size__spacing-unit});
+ min-height: inherit;
+ width: calc(2.25 * #{$size__spacing-unit});
+}
+
+svg {
+ transition: fill $icon_transition ease-in-out;
+ fill: currentColor;
+}
+
+/*--------------------------------------------------------------
+## Captions
+--------------------------------------------------------------*/
+@import "captions";
+
+/*--------------------------------------------------------------
+## Galleries
+--------------------------------------------------------------*/
+@import "galleries";