 @import 'admin-dashboard/main_dependencies';

.item-picture {
    background-color: $bb-secondary;
    color: #fff;

    border-radius: 50%;

    width: 46px;
    height: 46px;

    font-size: 26px;
    text-align: center;

    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
