diff options
Diffstat (limited to 'srcs/wordpress/wp-content/themes/twentynineteen/sass/media/_media.scss')
| -rw-r--r-- | srcs/wordpress/wp-content/themes/twentynineteen/sass/media/_media.scss | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/srcs/wordpress/wp-content/themes/twentynineteen/sass/media/_media.scss b/srcs/wordpress/wp-content/themes/twentynineteen/sass/media/_media.scss deleted file mode 100644 index 3fba8c6..0000000 --- a/srcs/wordpress/wp-content/themes/twentynineteen/sass/media/_media.scss +++ /dev/null @@ -1,41 +0,0 @@ -.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"; |
