Commit 578e42e6 authored by Aron Carroll's avatar Aron Carroll

Add onboarding specific intro to help page

parent fddcf5fe
......@@ -27,11 +27,6 @@ ol {
padding-left: 3em;
}
.bookmarklet {
padding: .12em;
border: 1px dashed $gray;
}
#wrapper {
padding: .72em;
text-align: center;
......
......@@ -130,3 +130,16 @@
.help-icon {
@include help-icon;
}
.bookmarklet {
color: $gray-darker;
padding: 2px 4px;
border: 1px solid;
border-radius: 2px;
font-size: 13px;
cursor: move;
@include icons {
font-size: 12px;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment