debian-mirror-gitlab/app/assets/stylesheets/notify.scss

25 lines
314 B
SCSS
Raw Normal View History

2016-06-02 11:05:42 +05:30
img {
max-width: 100%;
height: auto;
}
p.details {
font-style: italic;
color: #777
}
.footer > p {
2016-06-02 11:05:42 +05:30
font-size: small;
color: #777
}
pre.commit-message {
white-space: pre-wrap;
}
.file-stats > a {
2016-06-02 11:05:42 +05:30
text-decoration: none;
> .new-file {
color: #090;
}
> .deleted-file {
color: #b00;
}
2016-06-02 11:05:42 +05:30
}