Skip to content
Snippets Groups Projects
Commit a57788da authored by Kyle Doherty's avatar Kyle Doherty
Browse files

remove unused declarations

parent aa6f7a32
No related branches found
No related tags found
No related merge requests found
......@@ -39,29 +39,6 @@
}
}
.HomeTab {
background-color: rgba(255, 255, 255, 0.2);
border-radius: 4px 4px 0 0;
text-decoration: none;
padding: 0.55rem 1rem;
transition: background .15s linear;
}
@media screen and (--breakpoint-min-sm) {
.HomeTab {
padding: 0.65rem 1.35rem;
}
}
.HomeTab:hover {
background-color: rgba(255, 255, 255, 0.4);
cursor: pointer;
}
.HomeTab.HomeTab--active {
background-color: #fff;
}
.bullet {
position: relative;
margin-left: 1.2em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment