Skip to content

Commit

Permalink
Fix Fallback Banner for EN Desktop
Browse files Browse the repository at this point in the history
Test 06 introduced a border in the main banner which now needs to be overwritten in the Fallback banner since they share class names
  • Loading branch information
gbirke committed Dec 12, 2024
1 parent f83d41a commit bb66558
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $breakpoint: 800px;
display: flex;
flex-direction: column;
background: var( --fallback-message-background );
border: 4px solid var( --fallback-message-border );
border: none;
border-radius: 4px;
padding: 8px 0;
}
Expand Down

0 comments on commit bb66558

Please sign in to comment.