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 {
|
2018-02-21 13:17:46 -05:00
|
|
|
color: $gl-text-color;
|
|
|
|
font-size: 2em;
|
2017-08-24 10:13:24 -04:00
|
|
|
font-weight: $gl-font-weight-bold;
|
2018-02-21 13:17:46 -05:00
|
|
|
min-height: $header-height;
|
2016-12-09 12:48:53 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.snippet-edited-ago {
|
|
|
|
color: $gray-darkest;
|
2016-05-18 09:11:06 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.snippet-actions {
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-up(sm) {
|
2016-05-18 09:11:06 -04:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
2016-09-16 05:37:19 -04:00
|
|
|
|
|
|
|
.snippet-scope-menu .btn-new {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
2018-02-16 04:50:12 -05:00
|
|
|
|
2018-02-21 12:05:10 -05:00
|
|
|
.embed-snippet {
|
|
|
|
padding-right: 0;
|
2018-02-21 13:38:56 -05:00
|
|
|
padding-top: $gl-padding;
|
2018-02-21 12:05:10 -05:00
|
|
|
|
2018-03-03 01:47:33 -05:00
|
|
|
.embed-toggle-list li button {
|
2018-02-22 09:04:35 -05:00
|
|
|
padding: 8px 40px;
|
2018-02-21 12:05:10 -05:00
|
|
|
}
|
|
|
|
}
|