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

notify.scss « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2bf823993d7d45b4e3abefc180a31d6198e11a5c (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
35
36
37
38
39
40
@import 'framework/variables';

img {
  max-width: 100%;
  height: auto;
}

p.details {
  font-style: italic;
  color: $gl-gray-500;
}

.footer > p {
  font-size: small;
  color: $gl-gray-500;
}

pre.commit-message {
  white-space: pre-wrap;
}

.gl-label-scoped {
  border: 2px solid currentColor;
  box-sizing: border-box;
  display: inline-block;
  height: 17px;
  line-height: 14px;
}

.gl-label-text {
  padding: 0 5px;
}

.gl-label-text-light {
  color: $white;
}

.gl-label-text-dark {
  color: $gl-gray-800;
}