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

@@ -8,7 +8,7 @@
z-index: 2000;
}
.Content {
.ModalContent {
position: fixed;
width: auto;
height: auto;
@@ -22,6 +22,6 @@
z-index: 2100;
}
.Content.Critical {
.ModalContent.Critical {
z-index: 2101;
}