Merge pull request #344 from chriswmartin/getting-started-badge-merge

merge tootsuite pr #6313 into glitch & move getting_started dispatch stuff to mapDispatchToProps
This commit is contained in:
Gô Shoemake
2018-03-12 13:07:59 -07:00
committed by GitHub
3 changed files with 57 additions and 17 deletions

View File

@ -753,6 +753,17 @@
}
}
.column-link__badge {
display: inline-block;
border-radius: 4px;
font-size: 12px;
line-height: 19px;
font-weight: 500;
background: $ui-base-color;
padding: 4px 8px;
margin: -6px 10px;
}
.keyboard-shortcuts {
padding: 8px 0 0;
overflow: hidden;