fix conflict

This commit is contained in:
Mohit Panjwani
2019-11-12 18:41:25 +05:30
40 changed files with 2102 additions and 377 deletions

View File

@ -21,6 +21,7 @@
.report-view-button {
display: none;
color: $btn-secondary-color;
}
.report-fields-container {
@ -61,8 +62,13 @@
display: none;
}
.report-submit-button-container {
display: none;
}
.report-view-button {
display: flex;
color: $btn-secondary-color !important;
justify-content: center
}