/**
 * Imgur Extension for phpBB.
 * @author Alfredo Ramos <alfredo.ramos@yandex.com>
 * @copyright 2017 Alfredo Ramos
 * @license GPL-2.0
 */

.imgur-button > .icon {
	display: inline-block;
	background-image: url(../../../all/theme/images/imgur.svg);
	width: 14px;
	height: 14px;
}

.imgur-button.abbc3_button {
	background-image: url(../../../all/theme/images/imgur.svg);
}
