Button 3

Home » Components » Buttons » Button 3

Button 3

/* ===== Button 3 ===== */

#button-3 {
	position: relative;
	padding-left: 44px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

#button-3 i {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 32px;
	line-height: 34px;
	font-size: 1.3em;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.2)
}