Moves activity modal to root 'other' folder. Adjusts clear button css.
This commit is contained in:
parent
8bf143aa74
commit
b3ccca80f6
|
@ -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 {
|
||||
|
|
|
@ -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",
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue