Skip to content

Commit

Permalink
feat(DEV-27): fix file format change
Browse files Browse the repository at this point in the history
  • Loading branch information
hhimanshu committed Jul 12, 2021
1 parent 7b62c4e commit 8e259da
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions src/components/Starter/Error/error.module.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.errorContainer {
height: 44px;
background: var(--red);
display: flex;
align-items: center;
justify-content: center;
color: var(--red-dark);
height: 44px;
background: var(--red);
display: flex;
align-items: center;
justify-content: center;
color: var(--red-dark);
}

.errorContainer > b {
margin-left: 8px;
}
margin-left: 8px;
}
4 changes: 2 additions & 2 deletions src/components/Starter/Home/home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
bottom: 0;
width: 100%;
position: fixed;
border: 1px solid var(--red-dark)
}
border: 1px solid var(--red-dark);
}
4 changes: 2 additions & 2 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ body {
--white: #ffffff;
--black: #000000;
--gray: #777777;
--red: #FEE2E2;
--red-dark: #EF4444;
--red: #fee2e2;
--red-dark: #ef4444;
}

0 comments on commit 8e259da

Please sign in to comment.