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

57 lines
869 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
2015-11-26 14:37:03 +05:30
.snippet-holder {
2015-12-23 02:04:40 +05:30
margin-bottom: -$gl-padding;
2015-11-26 14:37:03 +05:30
.file-holder {
border-top: 0;
}
2015-12-23 02:04:40 +05:30
.file-actions {
.btn-clipboard {
@extend .btn;
}
}
}
2015-11-26 14:37:03 +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
}
.file-holder.snippet-file-content {
padding-bottom: $gl-padding;
border-bottom: 1px solid $border-color;
.file-title {
padding-top: $gl-padding;
padding-bottom: $gl-padding;
}
.file-actions {
top: 12px;
}
.file-content {
border-left: 1px solid $border-color;
border-right: 1px solid $border-color;
border-bottom: 1px solid $border-color;
}
}
.snippet-title {
font-size: 24px;
font-weight: normal;
}
.snippet-actions {
@media (min-width: $screen-sm-min) {
float: right;
}
}