Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for Dawn Onboarding toast messages #660

Merged
merged 12 commits into from Jan 21, 2021

Center tooltip info icon

  • Loading branch information
leuryr committed Jan 19, 2021
commit d44acefcd1f3fa456397ced9b4e2672aebd0bbd3
@@ -107,12 +107,16 @@
}

.BlockSettingsView_checkbox {
width: 18px;
height: 18px;
width: 20px;
height: 20px;
padding: 0;
margin-right: 14px;
}

.BlockSettingsView__infoIcon {
width: 18px;
height: 25px;
background-position: center;
background-repeat: no-repeat;
background-image: url('/app/images/hub/setup/info.svg');
margin-left: 8px;
ProTip! Use n and p to navigate between commits in a pull request.