Merge pull request #657 from dod-ccpo/tooltip-fix-2

Fix inconsistency in tooltip styling
This commit is contained in:
George Drummond
2019-02-19 11:07:47 -05:00
committed by GitHub
4 changed files with 13 additions and 5 deletions

View File

@@ -65,6 +65,10 @@
margin: 2 * $gap;
.col--grow {
overflow: inherit;
}
.portfolio-header__name {
@include h1;
}

View File

@@ -8,8 +8,6 @@
background-color: $color-aqua-lightest;
padding: $gap * 3;
border-left: ($gap / 2) solid $color-blue;
position: relative;
z-index: 2;
}
.tooltip-arrow {