mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-10-27 06:01:01 +03:00
34 lines
593 B
Plaintext
34 lines
593 B
Plaintext
/*
|
|
* Code snippets
|
|
*
|
|
* Generated via Pygments and Jekyll, these are snippets of HTML, CSS, and JS.
|
|
*/
|
|
|
|
.highlight {
|
|
padding: 9px 14px;
|
|
margin-bottom: 14px;
|
|
background-color: #f7f7f9;
|
|
border: 1px solid #e1e1e8;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.highlight pre {
|
|
padding: 0;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
word-break: normal;
|
|
white-space: nowrap;
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
|
|
.highlight pre code {
|
|
font-size: inherit;
|
|
color: #333; /* Effectively the base text color */
|
|
}
|
|
|
|
.highlight pre code:first-child {
|
|
display: inline-block;
|
|
padding-right: 45px;
|
|
}
|