/* _____________________________
  |                             |
  |   Copyright (C) 2024, JEP   |
  |_____________________________|

  style.css is part of the github plugin.
*/

.github {
	position: relative;
	display: inline-block;
}

.github .loading {
	min-height: 0 !important;
}

.github .logo {
	height: 40px;
	width: 40px;
}

.github .statusicon {
	top: 12px;
	left: 12px;
	height: 16px;
	width: 16px;
	position: absolute;
}

.github .statusicon .actionable {
	cursor: pointer;
}

.github .statusicon .actionable:hover {
	opacity: .6;
}