Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_code.scss « sass « assets - github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f0dcc6da5453dd619647571177d665aa2fb54fbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
p code {
  padding: 2px 2px;
  border-radius: 2px;
  color: #e83e8c;
  background-color: #f3f3f3;
}

.highlight {
  margin-bottom: 20px;

  pre {
    overflow: auto;
    padding: 5px 0 6px;
    margin: 0;
  }

  & > pre {
    padding: 5px 10px 6px;

    code {
      display: inline-block;
      padding-right: 10px;
    }
  }

 td:last-child {
    width: 100%;

    code {
      display: inline-block;
      min-width: 100%;
    }
  }
}