Removed react-css-modules
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user