2016-12-08 15:29:15 -05:00
|
|
|
.snippet-row {
|
|
|
|
.title {
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.snippet-filename {
|
|
|
|
padding: 0 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-06-14 05:36:46 -04:00
|
|
|
.snippet-form-holder .file-holder .file-title {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
2015-08-26 18:00:06 -04:00
|
|
|
|
2016-03-10 08:34:31 -05:00
|
|
|
.markdown-snippet-copy {
|
|
|
|
position: fixed;
|
|
|
|
top: -10px;
|
|
|
|
left: -10px;
|
|
|
|
max-height: 0;
|
|
|
|
max-width: 0;
|
|
|
|
}
|
2016-05-18 09:11:06 -04:00
|
|
|
|
2016-09-05 13:57:00 -04:00
|
|
|
.snippet-file-content {
|
|
|
|
border-radius: 3px;
|
2016-09-19 13:15:01 -04:00
|
|
|
}
|
|
|
|
|
2016-12-09 12:48:53 -05:00
|
|
|
.snippet-header {
|
|
|
|
padding: $gl-padding 0;
|
|
|
|
}
|
|
|
|
|
2016-05-18 09:11:06 -04:00
|
|
|
.snippet-title {
|
|
|
|
font-size: 24px;
|
2016-09-05 13:57:00 -04:00
|
|
|
font-weight: 600;
|
2016-12-09 12:48:53 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.snippet-edited-ago {
|
|
|
|
color: $gray-darkest;
|
2016-05-18 09:11:06 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.snippet-actions {
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
2016-09-16 05:37:19 -04:00
|
|
|
|
|
|
|
.snippet-scope-menu .btn-new {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|