debian-mirror-gitlab/app/assets/stylesheets/highlight/common.scss
2019-07-07 11:18:12 +05:30

19 lines
331 B
SCSS

@import '../framework/variables';
@mixin diff-background($background, $idiff, $border) {
background: $background;
&.line_content span.idiff {
background: $idiff;
}
&.diff-line-num {
border-color: $border;
}
}
@mixin dark-diff-match-line {
color: $dark-diff-match-bg;
background: $dark-diff-match-color;
}