<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Иконки **/
.icon.add, .icon_button.add {
	background-image: 	url(../icons/add.png);
	}

.icon.edit, .icon_button.edit {
	background-image: 	url(../icons/page_edit.png);
	}
.icon.off, .icon_button.off {
	background-image: 	url(../icons/stop.png);
	}

.icon.on, .icon_button.on {
	background-image: 	url(../icons/accept.png);
	}

.icon.delete, .icon_button.delete {
	background-image: 	url(../icons/delete.png);
	}

.icon.settings, .icon_button.settings {
	background-image: 	url(../icons/wrench.png);
	}

.icon.goods, .icon_button.goods {
	background-image: 	url(../icons/package.png);
	}

.icon.goods_add,.icon_button.goods_add {
	background-image: 	url(../icons/package_add.png);
	}

.icon.settings, .icon_button.settings {
	background-image: 	url(../icons/wrench.png);
	}

.icon.left, .icon_button.left {
	background-image: 	url(../icons/arrow_left.png);
	}

.icon.right, .icon_button.right {
	background-image: 	url(../icons/arrow_right.png);
	}

.icon.up, .icon_button.up {
	background-image: 	url(../icons/arrow_up.png);
	}

.icon.down, .icon_button.down {
	background-image: 	url(../icons/arrow_down.png);
	}

.icon.external, .icon_button.external {
    background-image: 	url(../icons/world_go.png);
}

.icon.user, .icon_button.user {
    background-image: 	url(../icons/user.png);
}</pre></body></html>