mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-24 20:04:02 +08:00
demo
This commit is contained in:
22
resources/scss/_codes.scss
Normal file
22
resources/scss/_codes.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
main .file .code,
|
||||
section.steps .commands {
|
||||
overflow-x: auto;
|
||||
font-size: 0.75rem;
|
||||
line-height: 1.25;
|
||||
background-color: #f8f8f8;
|
||||
border: 1px solid #e8e8e8;
|
||||
|
||||
pre {
|
||||
margin-bottom: 0;
|
||||
font-size: inherit;
|
||||
|
||||
code {
|
||||
display: block;
|
||||
padding: 8px 8px 12px;
|
||||
-moz-tab-size: 4;
|
||||
tab-size: 4;
|
||||
overflow: visible;
|
||||
overflow-x: visible;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user