Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/vendor/bulma/sass/elements/image.sass')
-rw-r--r--assets/vendor/bulma/sass/elements/image.sass7
1 files changed, 5 insertions, 2 deletions
diff --git a/assets/vendor/bulma/sass/elements/image.sass b/assets/vendor/bulma/sass/elements/image.sass
index 10bad20..7547abc 100644
--- a/assets/vendor/bulma/sass/elements/image.sass
+++ b/assets/vendor/bulma/sass/elements/image.sass
@@ -9,6 +9,8 @@ $dimensions: 16 24 32 48 64 96 128 !default
width: 100%
&.is-rounded
border-radius: $radius-rounded
+ &.is-fullwidth
+ width: 100%
// Ratio
&.is-square,
&.is-1by1,
@@ -26,8 +28,9 @@ $dimensions: 16 24 32 48 64 96 128 !default
&.is-9by16,
&.is-1by2,
&.is-1by3
- img
- +overlay
+ img,
+ .has-ratio
+ @extend %overlay
height: 100%
width: 100%
&.is-square,