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

43 lines
645 B
SCSS
Raw Normal View History

2014-09-02 18:07:02 +05:30
.snippet-form-holder .file-holder .file-title {
padding: 2px;
}
2015-09-25 12:07:36 +05:30
2016-06-02 11:05:42 +05:30
.markdown-snippet-copy {
position: fixed;
top: -10px;
left: -10px;
max-height: 0;
max-width: 0;
2015-11-26 14:37:03 +05:30
}
2016-09-29 09:46:39 +05:30
.snippet-file-content {
border-radius: 3px;
margin-bottom: $gl-padding;
2016-09-29 09:46:39 +05:30
.btn-clipboard {
@extend .btn;
}
2016-09-29 09:46:39 +05:30
}
2016-09-29 09:46:39 +05:30
.project-snippets .awards {
border-bottom: 1px solid $table-border-color;
padding-bottom: $gl-padding;
}
.snippet-title {
font-size: 24px;
2016-09-29 09:46:39 +05:30
font-weight: 600;
padding: $gl-padding;
padding-left: 0;
}
.snippet-actions {
@media (min-width: $screen-sm-min) {
float: right;
}
}
2016-11-03 12:29:30 +05:30
.snippet-scope-menu .btn-new {
margin-top: 15px;
}