[MICROBA-497] CSS update to fix hover positioning for Coaching CTA

This commit is contained in:
Albert (AJ) St. Aubin
2020-08-11 13:09:19 -04:00
parent 149ebfec58
commit c9893421ca

View File

@@ -19,12 +19,12 @@
margin-left: -40px;
.demographics-dismiss-btn {
font-size: 20px
font-size: 20px;
border: none;
}
.demographics-dismiss-btn:hover {
background-image: none;
background-color: #23419f;
border: none;
}
}