Skip to content

Commit

Permalink
Merge branch 'ENGAGE-1751' of https://github.com/weni-ai/insights-webapp
Browse files Browse the repository at this point in the history
 into staging
  • Loading branch information
MarcusviniciusLsantos committed Oct 11, 2024
2 parents 087f0bd + 156a9be commit 0ed99bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/insights/dashboards/layout/LayoutSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ function selectLayout(layout: number) {
.layout_selector {
display: flex;
gap: $unnnic-spacing-sm;
flex-wrap: wrap;
}
.layout_button {
Expand Down Expand Up @@ -74,13 +73,13 @@ function selectLayout(layout: number) {
&-active {
border-color: $unnnic-color-weni-600;
background-color: $unnnic-color-weni-50;
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
}
&-active {
background-color: $unnnic-color-weni-50;
border-color: $unnnic-color-neutral-soft;
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
}
</style>

0 comments on commit 0ed99bb

Please sign in to comment.