debian-mirror-gitlab/app/assets/stylesheets/framework/snippets.scss

43 lines
600 B
SCSS
Raw Normal View History

2017-08-17 22:00:37 +05:30
.snippet-row {
.title {
margin-bottom: 2px;
2020-03-13 15:44:24 +05:30
font-weight: $gl-font-weight-bold;
2017-08-17 22:00:37 +05:30
}
2019-12-26 22:10:19 +05:30
.snippet-info {
color: $gl-text-color-secondary;
2017-08-17 22:00:37 +05:30
}
2020-03-13 15:44:24 +05:30
a {
color: $gl-text-color;
}
2017-08-17 22:00:37 +05:30
}
2016-09-29 09:46:39 +05:30
.snippet-file-content {
border-radius: 3px;
2020-10-24 23:57:45 +05:30
2022-01-26 12:08:38 +05:30
.file-content {
max-height: 500px;
overflow-y: auto;
}
2020-10-24 23:57:45 +05:30
+ .snippet-file-content {
@include gl-mt-5;
}
2016-09-29 09:46:39 +05:30
}
2017-08-17 22:00:37 +05:30
.snippet-header {
padding: $gl-padding 0;
}
.snippet-title {
2018-10-15 14:42:47 +05:30
color: $gl-text-color;
font-size: 2em;
2018-03-17 18:26:18 +05:30
font-weight: $gl-font-weight-bold;
2018-10-15 14:42:47 +05:30
min-height: $header-height;
2017-08-17 22:00:37 +05:30
}
2018-12-05 23:21:45 +05:30
.snippet-scope-menu .btn-success {
2016-11-03 12:29:30 +05:30
margin-top: 15px;
}