debian-mirror-gitlab/app/assets/stylesheets/notify.scss
2020-04-08 14:13:33 +05:30

37 lines
445 B
SCSS

@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 {
box-shadow: 0 0 0 2px currentColor inset;
}
.gl-label-text {
padding: 0 5px;
}
.gl-label-text-light {
color: $white-light;
}
.gl-label-text-dark {
color: $gl-gray-800;
}