BigW Consortium Gitlab

notify.scss 249 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: $notify-details;
11
}
12

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

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