Removed react-css-modules

This commit is contained in:
Scott E. Graves
2019-04-09 12:18:57 -05:00
parent 177fd97c4b
commit 35a38977b6
46 changed files with 201 additions and 1395 deletions

View File

@@ -10,7 +10,7 @@
background-size: cover;
}
.Container {
.AppContainer {
display: flex;
flex-direction: column;
width: 100%;
@@ -18,13 +18,13 @@
box-sizing: border-box;
}
.Header {
.AppHeader {
height: 28px;
margin-bottom: 8px;
box-sizing: border-box;
}
.Content {
.AppContent {
flex: 1;
box-sizing: border-box;
}