mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add support for inline svg images
This commit is contained in:
parent
cd0f024343
commit
76083b7c75
@ -5,7 +5,8 @@ $dimensions: 16 24 32 48 64 96 128 !default
|
||||
.image
|
||||
display: block
|
||||
position: relative
|
||||
img
|
||||
img,
|
||||
svg
|
||||
display: block
|
||||
height: auto
|
||||
width: 100%
|
||||
@ -31,6 +32,7 @@ $dimensions: 16 24 32 48 64 96 128 !default
|
||||
&.is-1by2,
|
||||
&.is-1by3
|
||||
img,
|
||||
svg,
|
||||
.has-ratio
|
||||
@extend %overlay
|
||||
height: 100%
|
||||
|
Loading…
Reference in New Issue
Block a user