diff --git a/docs/pages/styling/index.vue b/docs/pages/styling/index.vue index 919d5ad54..6f36797aa 100644 --- a/docs/pages/styling/index.vue +++ b/docs/pages/styling/index.vue @@ -38,7 +38,7 @@ @import '~kolibri-design-system/lib/styles/definitions' .box { - @extend %dropshadow-4dp; + @extend %dropshadow-2dp; border-radius: $radius; text-align: center; @@ -105,7 +105,7 @@ @import '~kolibri-design-system/lib/styles/definitions' .more-shadow { - @extend %dropshadow-12dp; + @extend %dropshadow-6dp; } @@ -155,7 +155,7 @@ @import '~kolibri-design-system/lib/styles/definitions' .ease:hover { - @extend %dropshadow-8dp; + @extend %dropshadow-6dp; @extend %md-standard-func; cursor: pointer; @@ -181,9 +181,10 @@