Refactoring the files

This commit is contained in:
megala21 2017-09-12 17:01:47 +05:30
parent 9c490d1989
commit 5614914efa
10 changed files with 8 additions and 10 deletions

View File

@ -3,4 +3,4 @@
"type": "default", "type": "default",
"value": "lightBaseTheme" "value": "lightBaseTheme"
} }
} }

View File

@ -26,4 +26,4 @@
.applicationCreateFinish { .applicationCreateFinish {
margin-right: 12px; margin-right: 12px;
} }

View File

@ -33,4 +33,4 @@
.createapplicationcontent { .createapplicationcontent {
margin: 0 16px; margin: 0 16px;
} }

View File

@ -35,4 +35,4 @@
.applicationListTitle { .applicationListTitle {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
} }

View File

@ -41,4 +41,3 @@
.datatableHeaderColumn { .datatableHeaderColumn {
padding-left: 0; padding-left: 0;
} }

View File

@ -65,4 +65,4 @@
.createplatformdropzonep { .createplatformdropzonep {
margin: 70px 40px 70px 70px margin: 70px 40px 70px 70px
} }

View File

@ -36,4 +36,4 @@
.listingplatformTitle { .listingplatformTitle {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
} }

View File

@ -32,4 +32,4 @@ class Theme {
} }
} }
export default (new Theme); export default (new Theme);