CheckMember.scss 875 Bytes
@import "../../scss/bootstrap/variables";

.member_token {
	position: relative;
	background: #3aa3e3;
	color: #fff;
	border-radius: .2rem;
	font-weight: 700;
	font-size: 15px;
	padding-left: 5px;
	padding-right: 24px;
	cursor: pointer;
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
	margin-top: .25rem;
	margin-right: 6px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
}

.member_image {
	border-radius: .2rem;
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
}

.member_image.thumb_24 {
	width: 24px;
	height: 24px;
}

.ts_icon.ts_icon_inherit:before, ts-icon.ts_icon_inherit:before {
	font-size: inherit;
}
.ts_icon_times:before {
	content: '\E278';
}		
.ts_icon:before, ts-icon:before {
			font-family: Slack;
			font-size: 20px;
			font-style: normal;
			font-weight: 400;
			display: inline-block;
}