/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

@font-face {
	font-family: "codicon";
	font-display: block;
	src: url("./codicon.ttf") format("truetype");
}

.codicon[class*='codicon-'] {
	font: normal normal normal 24px/1 codicon;
	display: inline-block;
	text-decoration: none;
	text-rendering: auto;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

/*---------------------
 *  Modifiers
 *-------------------*/

.codicon-modifier-disabled {
	opacity: 0.5;
}

.codicon-modifier-hidden {
	opacity: 0;
}

/*---------------------
 *  Icons
 *-------------------*/

.codicon-move:before { content: "\eb22" }
.codicon-check:before { content: "\eab2" }
.codicon-check-all:before { content: "\ebb1" }
.codicon-copilot-warning:before { content: "\ec38" }
.codicon-copilot-error:before { content: "\ec4d" }