Skip to content
Snippets Groups Projects
degree-planner.component.scss 465 B
Newer Older
#plans-container {
	height: 100vh;
	width: 280px;
	background-color: #E1E1E1;
	color: #2879A8;
	font-weight: 400;
	position: absolute;
	right: 0px;
	top: 20px;
	border-radius: 50% 0 0 50%;
	padding: 8px;
	background-color: #F0F0F0;
pnogal's avatar
pnogal committed
}

@media screen and (max-width: 600px) {
	#menu-toggle-btn {
		position: relative;
		top: 0;
		right: 0;
		border-radius: 50%;
		padding: 12px;
	}