mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Add CSS for admin plugin empty list CTA (#26949)
This adds `admin-plugin-config-area__empty-list`, allows us to standardize on CTA styling for empty lists.
This commit is contained in:
parent
842b0a97b2
commit
abb073b80a
@ -123,4 +123,9 @@
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
&__empty-list {
|
||||
padding: 1em;
|
||||
border: 1px solid var(--primary-low);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user