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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

36 lines
579 B
SCSS
Raw Normal View History

2022-05-07 20:08:51 +05:30
@import 'notify_base';
2020-04-08 14:13:33 +05:30
.gl-label-scoped {
2020-04-22 19:07:51 +05:30
border: 2px solid currentColor;
box-sizing: border-box;
display: inline-block;
height: 17px;
line-height: 14px;
2020-04-08 14:13:33 +05:30
}
.gl-label-text {
padding: 0 5px;
}
.gl-label-text-light {
2020-04-22 19:07:51 +05:30
color: $white;
2020-04-08 14:13:33 +05:30
}
.gl-label-text-dark {
2020-06-23 00:09:42 +05:30
color: $gl-text-color;
2020-04-08 14:13:33 +05:30
}
2022-03-02 08:16:31 +05:30
2022-05-07 20:08:51 +05:30
.gl-label-text-scoped {
padding: 0 5px;
color: $gl-text-color;
}
2022-03-02 08:16:31 +05:30
.content {
.markdown-code-block pre.code {
padding: $gl-padding-8 $input-horizontal-padding;
margin: 0 0 $gl-padding-8;
border: 1px solid $gray-100;
border-radius: $border-radius-small;
}
}