UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

BULL-2078 Direct Links

Merged kjeffries requested to merge BULL-2078 into master
All threads resolved!
1 file
+ 0
17
Compare changes
  • Side-by-side
  • Inline
@@ -48,29 +48,12 @@ export default {
@@ -48,29 +48,12 @@ export default {
};
};
</script>
</script>
<style lang="scss" scoped>
<style lang="scss" scoped>
.hvr-grow {
display: inline-block;
vertical-align: middle;
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
transition-duration: 0.3s;
transition-property: transform;
cursor: pointer;
}
.hvr-no-grow {
.hvr-no-grow {
display: inline-block;
display: inline-block;
vertical-align: middle;
vertical-align: middle;
cursor: not-allowed;
cursor: not-allowed;
}
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
transform: scale(1.1);
}
.card-style {
.card-style {
max-width: 400px;
max-width: 400px;
}
}
Loading