Skip to content

Commit

Permalink
Empty state with icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Nov 15, 2023
1 parent 31e987c commit fadad33
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/css/ui/components/empty-state.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,19 @@
}

.empty-state .empty-state_icon-cloud_center-piece_icon {
display: flex;
justify-content: center;
align-items: center;
background: var(--u-color_element_emphasized);
position: absolute;
box-shadow: 0 0 0 0.25rem var(--u-color_element_emphasized);
left: 50%;
top: 50%;
transform: translate(-50%, -25%);
width: 4rem;
height: 4rem;
border-radius: 2rem;
box-shadow: 0 0 0 0.25rem var(--u-color_element_emphasized);
display: flex;
font-size: 2rem;
line-height: 1;
}

Expand Down

0 comments on commit fadad33

Please sign in to comment.