Skip to content

Commit

Permalink
Removal of nonrequired imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Waldleufer committed Jun 14, 2021
1 parent 1ac61da commit 7b3c177
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions frontend/src/components/details/charts_tables.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url('theme.css');

/* Chart related Styling */

/* Reconfiguration of the title style on chart */
Expand Down
4 changes: 1 addition & 3 deletions frontend/src/components/details/navbar.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url('theme.css');

/* Style the navigation menu */
.navbar {
width: 100%;
Expand All @@ -12,7 +10,7 @@
float: left;
padding: 12px;
color: #dbdbdb;
background-color: #468c46 ;/* #466e78;*/
background-color: #468c46; /* #466e78;*/
text-decoration: none;
font-size: 20px;
width: 20%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
Expand Down
5 changes: 5 additions & 0 deletions frontend/src/components/details/scenario.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.ScenarioContainer {
padding: 0;
margin: 10px;
background-color: white;
}
2 changes: 0 additions & 2 deletions frontend/src/components/header/header.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url('theme.css');

/* Reconfiguration of the header bar */
.HeaderContainer {
height: 70;
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/components/sidebar/sidebar.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url('theme.css');

/* Reconfiguration of the icon style on the side bar */
.SideBarIconStyle {
font-family: inherit;
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/index.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
@import url('https://fonts.googleapis.com/css?family=Muli');
@import url('theme.css');
@import url('components/details/navbar.css');
@import url('components/header/header.css');
@import url('components/details/charts_tables.css');
@import url('components/sidebar/sidebar.css');
@import url('components/cards/miniCard.css');
@import url('components/productGrid/ProductGridIndex.css');
@import url('routes/privateSection.css');
@import url('theme.css');
@import url('components/details/scenario.css');

/* css resets */
/* Box sizing rules */
Expand Down

0 comments on commit 7b3c177

Please sign in to comment.