gitlab-org--gitlab-foss/app/assets/stylesheets/framework/snippets.scss

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

43 lines
600 B
SCSS
Raw Normal View History

2016-12-08 20:29:15 +00:00
.snippet-row {
.title {
margin-bottom: 2px;
font-weight: $gl-font-weight-bold;
2016-12-08 20:29:15 +00:00
}
.snippet-info {
color: $gl-text-color-secondary;
2016-12-08 20:29:15 +00:00
}
a {
color: $gl-text-color;
}
2016-12-08 20:29:15 +00:00
}
.snippet-file-content {
border-radius: 3px;
.file-content {
max-height: 500px;
overflow-y: auto;
}
+ .snippet-file-content {
@include gl-mt-5;
}
}
.snippet-header {
padding: $gl-padding 0;
}
2016-05-18 13:11:06 +00:00
.snippet-title {
2018-02-21 18:17:46 +00:00
color: $gl-text-color;
font-size: 2em;
font-weight: $gl-font-weight-bold;
2018-02-21 18:17:46 +00:00
min-height: $header-height;
}
.snippet-scope-menu .btn-success {
margin-top: 15px;
}