mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
style: add margin to "empty" placeholder message
This commit is contained in:
parent
405766d829
commit
a4b1a478af
@ -8,7 +8,7 @@ function EmptyPlaceholder({ msg, children }) {
|
||||
return (
|
||||
<div className={styles.placeholder}>
|
||||
<Icon className={styles.icon} icon={<Logo />} size="xlarge" />
|
||||
<h2>{msg}</h2>
|
||||
<h2 className={styles.msg}>{msg}</h2>
|
||||
{children}
|
||||
</div>
|
||||
);
|
||||
|
@ -9,3 +9,7 @@
|
||||
.icon {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.msg {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user