mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui-components.git
synced 2026-03-22 20:13:11 +00:00
18 lines
255 B
CSS
18 lines
255 B
CSS
.emptyPlaceholder {
|
|
text-align: center;
|
|
}
|
|
|
|
.emptyPlaceholder-icon {
|
|
display: block;
|
|
margin: auto auto 0.75rem;
|
|
}
|
|
|
|
.emptyPlaceholder-title {
|
|
margin-bottom: 0.25rem;
|
|
display: inline-block;
|
|
}
|
|
|
|
.emptyPlaceholder-button {
|
|
margin: 0.75rem auto 0;
|
|
}
|