3
0

Fix reporter tests

This commit is contained in:
Jože Fortun
2023-10-31 16:13:30 +01:00
parent 750c1d754f
commit 969b4887f1
3 changed files with 3 additions and 3 deletions
@@ -250,4 +250,4 @@ fieldset.required {
.gap-col-3 {
column-gap: 1.5rem;
}
}
@@ -134,7 +134,7 @@ export default {
.btn-add-group {
&:hover, &:active {
background-color: var(--primary) !important;
color: var(--white)!important;
color: var(--white) !important;
}
}
@@ -119,7 +119,7 @@ export default {
<style lang="scss">
.vue-grid-item.vue-grid-placeholder {
background: var(--primary)!important;
background: var(--primary) !important;
}
</style>