Skip to content

Commit

Permalink
ADD: <kbd> tag style.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-nginx authored Aug 11, 2017
1 parent 00e245f commit 10f5c49
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion source/css/_common/scaffolding/base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,13 @@ dd {
padding: 0;
}


kbd {
border: 1px solid $grey-light;
border-radius: 0.2em;
box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1);
background-color: #f9f9f9;
font-family: inherit;
background-image: -webkit-linear-gradient(top, #eee, white, #eee);
padding: 0.1em 0.3em;
white-space: nowrap;
}

0 comments on commit 10f5c49

Please sign in to comment.