Skip to content
Snippets Groups Projects
Commit 87c79d5d authored by Sreeram, Sudarshan's avatar Sreeram, Sudarshan :carrot:
Browse files

Fix margin bottom issue with breadcrumb

parent c3a4b03e
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
text-transform: uppercase;
font-weight: 500;
padding: 0rem;
margin-bottom: 1.875rem;
}
.breadcrumbItem * {
......
......@@ -10,7 +10,6 @@ $button-border: transparentize($gray-300, 1);
transition: 0.2s background-color;
-webkit-transition: 0.2s background-color;
-moz-transition: 0.2s back-ground-color;
margin-top: 0.875rem;
}
.searchBar::placeholder {
......@@ -42,7 +41,6 @@ $button-border: transparentize($gray-300, 1);
transition: 0.2s background-color !important;
-webkit-transition: 0.2s background-color !important;
-moz-transition: 0.2s back-ground-color !important;
margin-top: 0.875rem;
}
.searchBarIcon:global(.active),
......
......@@ -19,7 +19,6 @@ const ModuleProgress: React.FC = () => {
return (
<>
<MyBreadcrumbs />
<h3>Progress</h3>
<ProgressBar
now={50}
......@@ -51,4 +50,4 @@ const ModuleProgress: React.FC = () => {
);
};
export default ModuleProgress;
\ No newline at end of file
export default ModuleProgress;
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