1
0
Fork 0
mirror of synced 2024-09-28 23:31:43 +12:00

Add slight margin to perfectly align empty state text

This commit is contained in:
Andrew Kingston 2020-10-28 17:09:10 +00:00
parent c59d1a0600
commit e42543941b
4 changed files with 4 additions and 0 deletions

View file

@ -27,5 +27,6 @@
i { i {
font-size: var(--font-size-m); font-size: var(--font-size-m);
color: var(--grey-5); color: var(--grey-5);
margin-top: 2px;
} }
</style> </style>

View file

@ -13,5 +13,6 @@
i { i {
font-size: var(--font-size-m); font-size: var(--font-size-m);
color: var(--grey-5); color: var(--grey-5);
margin-top: 2px;
} }
</style> </style>

View file

@ -29,5 +29,6 @@
i { i {
font-size: var(--font-size-m); font-size: var(--font-size-m);
color: var(--grey-5); color: var(--grey-5);
margin-top: 2px;
} }
</style> </style>

View file

@ -13,5 +13,6 @@
i { i {
font-size: var(--font-size-m); font-size: var(--font-size-m);
color: var(--grey-4); color: var(--grey-4);
margin-top: 2px;
} }
</style> </style>