notify.scss 244 Bytes
Newer Older
1 2
@import "framework/variables";

3 4 5 6
img {
  max-width: 100%;
  height: auto;
}
7

8
p.details {
9
  font-style: italic;
10
  color: $gl-gray-500;
11
}
12

13
.footer > p {
14
  font-size: small;
15
  color: $gl-gray-500;
16
}
17

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