Login
4 branches 0 tags
Ben (Desktop/Arch) More secure config fe13f5b 1 month ago 160 Commits
rubhub / frontend / app / css / icons.css
.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	position: relative;
}

.hamburger-top,
.hamburger-mid,
.hamburger-bot {
	width: 100%;
	height: 20%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--text-color);
}

.hamburger-mid {
	top: 40%;
}
.hamburger-bot {
	top: 80%;
}