You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
850 B
1 lines
850 B
@charset "UTF-8";.myFavoritePanel{padding:0 29px;box-sizing:border-box}.myFavoritePanel__subRow{justify-content:flex-start}.myFavoritePanel__list{display:flex;flex-wrap:wrap;align-items:stretch;gap:16px;margin:0;padding:0;list-style:none}.myFavoritePanel__item{width:260px;height:260px;justify-content:flex-start;gap:5px;padding:0;border-radius:12px;overflow:hidden;cursor:pointer;background:#f2f3f5;box-sizing:border-box;flex-shrink:0}.myFavoritePanel__item:focus-visible{outline:2px solid #5c3bc7;outline-offset:2px}.myFavoritePanel__item_empty{display:flex;align-items:center;justify-content:center;cursor:pointer}.myFavoritePanel__emptyLabel{font-size:14px;color:#999}.myFavoritePanel__media{display:block;width:100%;height:100%;object-fit:cover}.myFavoritePanel__sentinel{height:1px}.myFavoritePanel__loadMore{margin-top:12px;text-align:center}
|
|
|