mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
socialissues badge style in multiselect
This commit is contained in:
parent
87a917d11c
commit
9c25132216
@ -14,7 +14,7 @@ $social-action-color: $orange;
|
|||||||
content: '\f04b';
|
content: '\f04b';
|
||||||
font-family: ForkAwesome;
|
font-family: ForkAwesome;
|
||||||
color: $social-issue-color;
|
color: $social-issue-color;
|
||||||
margin: 0 0.3em 0 -0.7em;
|
margin: 0 0.3em 0 -0.75em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -31,6 +31,6 @@ $social-action-color: $orange;
|
|||||||
content: '\f04b';
|
content: '\f04b';
|
||||||
font-family: ForkAwesome;
|
font-family: ForkAwesome;
|
||||||
color: $social-action-color;
|
color: $social-action-color;
|
||||||
margin: 0 0.3em 0 -0.7em;
|
margin: 0 0.3em 0 -0.75em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -41,38 +41,12 @@ div.list-with-period {
|
|||||||
div.date {}
|
div.date {}
|
||||||
div.user {}
|
div.user {}
|
||||||
}
|
}
|
||||||
}
|
div.list {
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
div.header,
|
|
||||||
div.list-content {
|
|
||||||
width: calc(100% - 40px);
|
|
||||||
margin-left: 40px;
|
|
||||||
}
|
|
||||||
div.header {
|
|
||||||
position: relative;
|
|
||||||
a.btn {
|
|
||||||
position: absolute;
|
|
||||||
width: 30px;
|
|
||||||
height: 30px;
|
|
||||||
top: 10px;
|
|
||||||
left: -40px;
|
|
||||||
padding: 0;
|
|
||||||
i {
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
span.user {
|
|
||||||
margin-left: 1em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
div.list-content {
|
|
||||||
span.more {
|
span.more {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// TODO
|
/// TODO
|
||||||
|
@ -73,16 +73,27 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style src="vue-multiselect/dist/vue-multiselect.css"></style>
|
<style src="vue-multiselect/dist/vue-multiselect.css"></style>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
@import 'ChillMainAssets/module/bootstrap/shared';
|
||||||
|
@import 'ChillPersonAssets/chill/scss/mixins';
|
||||||
|
|
||||||
span.multiselect__tag {
|
span.multiselect__tag {
|
||||||
background: var(--bs-chill-orange);
|
@include badge_social_issue;
|
||||||
|
background: $chill-l-gray;
|
||||||
|
color: $dark;
|
||||||
}
|
}
|
||||||
span.multiselect__option--highlight {
|
span.multiselect__option--highlight {
|
||||||
&::after {
|
&::after {
|
||||||
background: var(--bs-chill-green);
|
background: $green;
|
||||||
|
}
|
||||||
|
&.multiselect__option--selected {
|
||||||
|
&::after {
|
||||||
|
background: $red;
|
||||||
}
|
}
|
||||||
&.multiselect__option--selected::after {
|
|
||||||
background: var(--bs-chill-red);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user