mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Minor style fix for What's new notification
This commit is contained in:
parent
67a541d33b
commit
6ce4d53259
1 changed files with 4 additions and 4 deletions
|
@ -1311,11 +1311,11 @@
|
|||
/* What's new badges
|
||||
/* ---------------------------------------------------- */
|
||||
.gh-whats-new-badge-account {
|
||||
top: -4px;
|
||||
top: -3px;
|
||||
right: -4px;
|
||||
border: 2px solid #fff;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
border: 1px solid #fff;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue