Skip to content

Commit

Permalink
chore: add styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Feb 6, 2025
1 parent 2f1c171 commit 6ba9631
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/DashboardsBar/styles/Content.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@
min-height: 40px;
}

.noDashboardsMessage {
padding-left: 6px;
color: #4A5768;
font-size: 12px;
display: inline-flex;
-webkit-box-align: center;
align-items: center;
height: 32px;
line-height: 16px;
user-select: none;
}
@media only screen and (max-width: 480px) {
.newLink {
display: none;
Expand Down

0 comments on commit 6ba9631

Please sign in to comment.