BigW Consortium Gitlab

notify.scss 314 Bytes
Newer Older
1 2 3 4 5
img {
  max-width: 100%;
  height: auto;
}
p.details {
6 7
  font-style: italic;
  color: #777
8
}
9
.footer > p {
10 11
  font-size: small;
  color: #777
12 13 14 15
}
pre.commit-message {
  white-space: pre-wrap;
}
16
.file-stats > a {
17
  text-decoration: none;
18 19 20 21 22 23
  > .new-file {
    color: #090;
  }
  > .deleted-file {
    color: #b00;
  }
24
}