Merge branch 'refs/heads/pr/2008' into next
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / bbcode / inlineCode.scss
1 .inlineCode, /* deprecated, legacy class */
2 kbd {
3 background-color: rgba(255, 255, 255, 1) !important;
4 border: 1px solid rgba(196, 196, 196, 1) !important;
5 border-radius: 2px;
6 color: rgba(68, 68, 68, 1) !important;
7 display: inline-block;
8 font-family: Consolas, 'Courier New', monospace;
9 margin: 0 2px;
10 padding: 0 4px;
11 word-break: break-all;
12 word-wrap: break-word;
13 }