content/styles/_vendor.scss
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
/* Google Custom Search */
$font-family: 'Crimson Text', Palatino, Bookman, Georgia, Times;
$font-size: 17px;
$link-color: #BD3F00;
$link-hover-color: #712600;
/* Google Custom Search Engine */
.gsc-search-button input.gsc-search-button-v2 {
height: 29px;
width: 71px;
margin-top: 4px;
}
.gsc-input {
padding: 0;
}
.gsc-input .gsc-input-box {
height: 29px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
padding-right: 5px !important;
}
.gsc-search-box tr, {
padding: 0;
}
#___gcse_1 .gsc-control-cse {
padding: 0;
}
#___gcse_0 {
margin-top: 15px;
}
/* Disqus */
#disqus_thread {
margin: 0 10px;
#dsq-content {
font-size: 0.93em;
.dsq-request-user-name small, .dsq-subscribe small, .dsq-sharing-options span small {
font-size: 0.8em;
}
.dsq-comment-body {
margin: 0 10px;
}
}
}
|