Blame view

bower_components/select2/docs/_sass/_code.scss 315 Bytes
f6e211e4   Administrator   finish work part 1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  // Code (inline and block)
  
  // Inline code within headings retain the heading's background-color
  h2 code,
  h3 code,
  h4 code {
    background-color: inherit;
  }
  
  // Modify Bootstrap's styles for blocks of code
  pre {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
  }