all repos — h3rald @ 51dd3c5df7946f93e0cb17dd8be8430633ef3b80

The sources of https://h3rald.com

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
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
/* Google Custom Search */


$font-family: 'Ubuntu', sans-serif;
$font-size: 17px;
$link-color: #428BCA;
$link-hover-color: #2a6496;


/* Google Custom Search Engine */

.gsc-search-button input.gsc-search-button-v2  {
  height: 29px;
  width: 71px;
  margin-top: 4px;
}

.gsc-srarch-box, .gs-title, .gs-visibleUrl, .gsc-result-info {
  font-family: $font-family;
}

.gs-snippet {
  margin-left: 8px;
}

.gsc-input {
  padding: 0;
}

.gsc-cursor-page {
  color: #428BCA;
}

.gsc-cursor-page:hover {
  color: #2a6496;
}

.gsc-cursor-page.gsc-cursor-current-page {
  color: #333;
}

.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;
		}
	}
}