Moves activity modal to root 'other' folder. Adjusts clear button css.

This commit is contained in:
Mateus Machado Luna 2019-09-30 15:54:26 -03:00
parent 8bf143aa74
commit b3ccca80f6
3 changed files with 4 additions and 3 deletions

View File

@ -127,7 +127,7 @@
<script>
import { mapActions } from 'vuex';
import ActivityDetailsModal from '../other/activity/activity-details-modal.vue';
import ActivityDetailsModal from '../other/activity-details-modal.vue';
import ThreeStateToggleButton from '../other/three-state-toggle-button.vue';
export default {

View File

@ -601,7 +601,7 @@
<script>
import { mapActions, mapGetters } from 'vuex';
import moment from 'moment';
import FileItem from '../file-item.vue';
import FileItem from './file-item.vue';
export default {
name: "ActivityDetailsModal",

View File

@ -486,6 +486,7 @@
display: flex;
align-items: center;
border-radius: 0 !important;
height: 1.95rem !important;
}
.field {
@ -508,7 +509,7 @@
color: $blue5;
height: 27px;
font-size: 18px !important;
height: 1.85rem !important;
height: 1.5rem !important;
}
}