Merge pull request #13351 from Cecchi/nested-kbd
Add nested kbd element styles for actual keys or inputs
This commit is contained in:
commit
ed2da1c354
2 changed files with 8 additions and 1 deletions
|
|
@ -28,6 +28,12 @@ kbd {
|
|||
background-color: @kbd-bg;
|
||||
border-radius: @border-radius-small;
|
||||
box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
|
||||
|
||||
kbd {
|
||||
padding: 0;
|
||||
font-size: 100%;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
// Blocks of code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue