mirror of
https://github.com/Retropex/custom-ocean.xyz-dashboard.git
synced 2025-05-12 19:20:45 +02:00
Update common.css
This commit is contained in:
parent
d368f37541
commit
8dca2c41a4
@ -418,3 +418,17 @@ h1 {
|
|||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Navigation badges for notifications */
|
||||||
|
.nav-badge {
|
||||||
|
background-color: var(--primary-color);
|
||||||
|
color: var(--bg-color);
|
||||||
|
border-radius: 10px;
|
||||||
|
font-size: 0.7rem;
|
||||||
|
padding: 1px 5px;
|
||||||
|
min-width: 16px;
|
||||||
|
text-align: center;
|
||||||
|
display: none;
|
||||||
|
margin-left: 5px;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user