Sha256: 3f23edf0798a392ddfc9a660156f2a47c400696a6ea6cfd06100c6e35e1cccc5

Contents?: true

Size: 690 Bytes

Versions: 87

Compression:

Stored size: 690 Bytes

Contents

@import "../utilities/mixins"

$box-color: $text !default
$box-background-color: $scheme-main !default
$box-radius: $radius-large !default
$box-shadow: $shadow !default
$box-padding: 1.25rem !default

$box-link-hover-shadow: 0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0 0 1px $link !default
$box-link-active-shadow: inset 0 1px 2px rgba($scheme-invert, 0.2), 0 0 0 1px $link !default

.box
  @extend %block
  background-color: $box-background-color
  border-radius: $box-radius
  box-shadow: $box-shadow
  color: $box-color
  display: block
  padding: $box-padding

a.box
  &:hover,
  &:focus
    box-shadow: $box-link-hover-shadow
  &:active
    box-shadow: $box-link-active-shadow

Version data entries

87 entries across 87 versions & 8 rubygems

Version Path
intia-theme-0.1.24 node_modules/bulma/sass/elements/box.sass
intia-theme-0.1.23 node_modules/bulma/sass/elements/box.sass
intia-theme-0.1.22 node_modules/bulma/sass/elements/box.sass
intia-theme-0.1.21 node_modules/bulma/sass/elements/box.sass
intia-theme-0.1.20 node_modules/bulma/sass/elements/box.sass
intia-theme-0.1.19 node_modules/bulma/sass/elements/box.sass
intia-theme-0.1.18 node_modules/bulma/sass/elements/box.sass
intia-theme-0.1.17 node_modules/bulma/sass/elements/box.sass
intia-theme-0.1.16 node_modules/bulma/sass/elements/box.sass
intia-theme-0.1.15 node_modules/bulma/sass/elements/box.sass
intia-theme-0.1.14 node_modules/bulma/sass/elements/box.sass
intia-theme-0.1.13 node_modules/bulma/sass/elements/box.sass
bulma-clean-theme-0.12 node_modules/bulma/sass/elements/box.sass
intia-theme-0.1.12 node_modules/bulma/sass/elements/box.sass
intia-theme-0.1.11 node_modules/bulma/sass/elements/box.sass
intia-theme-0.1.10 node_modules/bulma/sass/elements/box.sass
intia-theme-0.1.9 node_modules/bulma/sass/elements/box.sass
intia-theme-0.1.8 node_modules/bulma/sass/elements/box.sass
intia-theme-0.1.7 node_modules/bulma/sass/elements/box.sass
intia-theme-0.1.6 node_modules/bulma/sass/elements/box.sass