Merge pull request #266 from chriswmartin/getting-started-improvements

Getting started column improvements
This commit is contained in:
beatrix
2017-12-21 18:47:07 -05:00
committed by GitHub
8 changed files with 249 additions and 26 deletions

View File

@ -2306,6 +2306,27 @@
}
}
.keyboard-shortcuts {
padding: 8px 0 0;
overflow: hidden;
thead {
position: absolute;
left: -9999px;
}
td {
padding: 0 10px 8px;
}
kbd {
display: inline-block;
padding: 3px 5px;
background-color: lighten($ui-base-color, 8%);
border: 1px solid darken($ui-base-color, 4%);
}
}
.setting-text {
color: $ui-primary-color;
background: transparent;