mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 06:40:50 +01:00
changed item-count font sizes
This commit is contained in:
parent
ca7f25e71e
commit
124e50b75e
@ -241,7 +241,8 @@
|
||||
.nitro-item-count {
|
||||
top: 2px;
|
||||
right: 2px;
|
||||
font-size: 8px;
|
||||
font-size: 9.5px;
|
||||
padding:2px 3px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@ export const LayoutItemCountView: FC<LayoutItemCountViewProps> = props =>
|
||||
|
||||
const getClassNames = useMemo(() =>
|
||||
{
|
||||
const newClassNames: string[] = [ 'badge', 'border', 'bg-danger', 'px-1', 'rounded-circle', 'nitro-item-count' ];
|
||||
const newClassNames: string[] = [ 'badge', 'border', 'border-black', 'bg-danger', 'px-1', 'nitro-item-count' ];
|
||||
|
||||
if(classNames.length) newClassNames.push(...classNames);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user