show counter in show new button on mobile
This commit is contained in:
parent
373fb077a8
commit
3aadad3013
3 changed files with 25 additions and 1 deletions
|
|
@ -13,6 +13,21 @@
|
|||
background-color: var(--badgeNeutral);
|
||||
}
|
||||
|
||||
.alert-badge {
|
||||
font-size: 0.75em;
|
||||
line-height: 1;
|
||||
text-align: right;
|
||||
border-radius: var(--tooltipRadius);
|
||||
position: absolute;
|
||||
left: calc(50% - 0.5em);
|
||||
top: calc(50% - 0.4em);
|
||||
padding: 0.2em;
|
||||
margin-left: 0.7em;
|
||||
margin-top: -1em;
|
||||
background-color: var(--badgeNeutral);
|
||||
color: var(--badgeNeutralText);
|
||||
}
|
||||
|
||||
.loadmore-button {
|
||||
position: relative
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue