_sass/buttons.scss in just-the-docs-0.5.4 vs _sass/buttons.scss in just-the-docs-0.6.0

- old
+ new

@@ -15,11 +15,13 @@ vertical-align: baseline; cursor: pointer; background-color: $base-button-color; border-width: 0; border-radius: $border-radius; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08); + box-shadow: + 0 1px 2px rgba(0, 0, 0, 0.12), + 0 3px 10px rgba(0, 0, 0, 0.08); appearance: none; &:focus { text-decoration: none; outline: none; @@ -85,10 +87,12 @@ } &:focus { text-decoration: none; outline: none; - box-shadow: inset 0 0 0 2px $grey-dk-100, 0 0 0 3px rgba(blue, 0.25); + box-shadow: + inset 0 0 0 2px $grey-dk-100, + 0 0 0 3px rgba(blue, 0.25); } &:focus:hover, &.selected:focus { box-shadow: inset 0 0 0 2px $grey-dk-100;