Skip to content

Commit 0c631b0

Browse files
authored
Update TeamsBanner styles by removing border and shadow
Removed border and box-shadow from TeamsBanner styles.
1 parent 1d52082 commit 0c631b0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/TeamsBanner/styles.module.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
justify-content: center;
66
padding: 0.85rem 1.1rem;
77
background: linear-gradient(90deg, #4f46e5, #2563eb);
8-
border-bottom: 1px solid rgba(147, 197, 253, 0.5);
98
color: #ffffff;
10-
box-shadow: 0 12px 30px rgba(37, 99, 235, 0.25);
119
}
1210

1311
.teamsBannerContent {
@@ -84,4 +82,4 @@
8482
top: 50%;
8583
transform: translateY(-50%);
8684
}
87-
}
85+
}

0 commit comments

Comments
 (0)