bigbuffet-rw/app/styles/components/profile-media-panel.scss

17 lines
214 B
SCSS
Raw Normal View History

2020-08-14 11:01:12 -07:00
.media-panel {
&__content {
width: 100%;
padding: 8px 0;
}
&__list {
display: flex;
flex-wrap: wrap;
}
&__empty {
font-size: 14px;
color: var(--primary-text-color--faint);
}
2020-08-14 11:01:12 -07:00
}