Merge branch 'card-empty-icon' into 'develop'

Card: fix empty card icon

See merge request soapbox-pub/soapbox-fe!856
This commit is contained in:
Alex Gleason 2021-11-04 20:12:31 +00:00
commit 2cecefd749
2 changed files with 7 additions and 2 deletions

View file

@ -613,13 +613,18 @@ a.status-card {
background: var(--brand-color--med);
position: relative;
& > .fa {
font-size: 21px;
& > .svg-icon {
width: 40px;
height: 40px;
position: absolute;
transform-origin: 50% 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
svg {
stroke-width: 1px;
}
}
&--empty {