Fix reporter tests
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user