Merge pull request from benjiwheeler/join-flow-info-format

move info button down, and give its message a shadow
This commit is contained in:
Benjamin Wheeler 2019-09-16 17:14:18 -04:00 committed by GitHub
commit 7e0ce1eb2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
background-color: $ui-blue;
background-image: url("/svgs/info-button/info-button.svg");
background-size: cover;
top: .125rem;
top: .1875rem;
}
.info-button-message {
@ -26,6 +26,7 @@
margin-left: $arrow-border-width;
border: 1px solid $active-gray;
border-radius: 5px;
box-shadow: 0 0 4px 2px rgba(0, 0, 0, .15);
padding: .75rem;
overflow: visible;
background-color: $ui-blue;
@ -33,6 +34,7 @@
line-height: 1.25rem;
text-align: left;
font-size: .875rem;
font-weight: 500;
z-index: 2;
&:before {