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
|
|
|
|
|
|
|
|
|
|
|
.snippet-row {
|
|
|
|
.snippet-title {
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 20px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
|
|
|
.monospace {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.snippet-info {
|
|
|
|
color: #888;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 24px;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
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
|
|
|
|
|
|
|
.snippet-box {
|
|
|
|
@include border-radius(2px);
|
|
|
|
|
2015-12-23 02:04:40 +05:30
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
padding: 0 $gl-padding;
|
2015-11-26 14:37:03 +05:30
|
|
|
font-weight: normal;
|
|
|
|
margin-right: 10px;
|
|
|
|
font-size: $gl-font-size;
|
|
|
|
border: 1px solid;
|
2015-12-23 02:04:40 +05:30
|
|
|
line-height: 40px;
|
2015-11-26 14:37:03 +05:30
|
|
|
}
|