~maas-committers/maas/trunk

« back to all changes in this revision

Viewing changes to src/maasserver/static/scss/cloud/components/_code.scss

Adding all assets and new theme files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
pre {
2
 
    background: transparent;
3
 
    border: 1px solid $warm_grey;
4
 
    margin: 0 0 1.5em 0;
5
 
}
6
 
pre:not(:first-child) {
7
 
    margin-top: 1.5em;
8
 
}
9
 
 
10
 
code.language-bash {
11
 
    .comment {
12
 
        color: $warm_grey;
13
 
    }
14
 
}
 
 
b'\\ No newline at end of file'