mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-01 14:36:13 +00:00
Resolve merge conflict
This commit is contained in:
commit
9387d37746
@ -115,23 +115,19 @@ ul.columns { // XS:1 SM:2 MD:1 LG:2 XL:2 XXL:2
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// badge_title in AccompanyingCourse Work list Page
|
||||||
|
|
||||||
|
h2.badge-title {
|
||||||
/// dashboard_like_badge in AccompanyingCourse Work list Page
|
span.title_label {
|
||||||
// div.accompanying_course_work-list {
|
// Calculate same color then border:groove
|
||||||
div.dashboard,
|
background-color: shade-color($social-action-color, 34%);
|
||||||
h2.badge-title {
|
|
||||||
span.title_label {
|
|
||||||
// Calculate same color then border:groove
|
|
||||||
background-color: shade-color($social-action-color, 34%);
|
|
||||||
}
|
|
||||||
span.title_action {
|
|
||||||
@include dashboard_like_badge($social-action-color);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// }
|
span.title_action {
|
||||||
|
@include badge_title($social-action-color);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// dashboard_like_badge in Activities on resume page
|
/// badge_title in Activities on resume page
|
||||||
div.activity-list {
|
div.activity-list {
|
||||||
div.dashboard,
|
div.dashboard,
|
||||||
h2.badge-title {
|
h2.badge-title {
|
||||||
|
@ -256,6 +256,7 @@ import AddEvaluation from './components/AddEvaluation.vue';
|
|||||||
import PersonRenderBox from 'ChillPersonAssets/vuejs/_components/Entity/PersonRenderBox.vue';
|
import PersonRenderBox from 'ChillPersonAssets/vuejs/_components/Entity/PersonRenderBox.vue';
|
||||||
import AddPersons from 'ChillPersonAssets/vuejs/_components/AddPersons.vue';
|
import AddPersons from 'ChillPersonAssets/vuejs/_components/AddPersons.vue';
|
||||||
import AddressRenderBox from 'ChillMainAssets/vuejs/_components/Entity/AddressRenderBox.vue';
|
import AddressRenderBox from 'ChillMainAssets/vuejs/_components/Entity/AddressRenderBox.vue';
|
||||||
|
import ThirdPartyRenderBox from 'ChillThirdPartyAssets/vuejs/_components/Entity/ThirdPartyRenderBox.vue';
|
||||||
import PickTemplate from 'ChillDocGeneratorAssets/vuejs/_components/PickTemplate.vue';
|
import PickTemplate from 'ChillDocGeneratorAssets/vuejs/_components/PickTemplate.vue';
|
||||||
import ThirdPartyRenderBox from 'ChillThirdPartyAssets/vuejs/_components/Entity/ThirdPartyRenderBox.vue';
|
import ThirdPartyRenderBox from 'ChillThirdPartyAssets/vuejs/_components/Entity/ThirdPartyRenderBox.vue';
|
||||||
|
|
||||||
@ -304,6 +305,7 @@ export default {
|
|||||||
AddPersons,
|
AddPersons,
|
||||||
PersonRenderBox,
|
PersonRenderBox,
|
||||||
AddressRenderBox,
|
AddressRenderBox,
|
||||||
|
ThirdPartyRenderBox,
|
||||||
PickTemplate,
|
PickTemplate,
|
||||||
ThirdPartyRenderBox,
|
ThirdPartyRenderBox,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user