open-vault/ui/app/styles/components/linked-block.scss
2018-04-03 09:16:57 -05:00

17 lines
265 B
SCSS

.linked-block {
cursor: pointer;
&:hover,
&:focus {
position: relative;
box-shadow: $box-link-hover-shadow;
}
&:active {
position: relative;
box-shadow: $box-link-active-shadow;
}
}
.linked-block .columns {
@extend .is-flex-center;
}