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!
2 files
+ 35
16
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -100,22 +100,6 @@ export default {
@@ -100,22 +100,6 @@ 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-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
transform: scale(1.1);
}
.who-we-serve {
.who-we-serve {
.container {
.container {
max-width: 1080px;
max-width: 1080px;
Loading