kanban / webapp /src /components /cardLimitNotification.scss
Leon4gr45's picture
Upload folder using huggingface_hub
13555f3 verified
.NotifyAdminSuccessNotify {
position: fixed;
bottom: 173px;
height: unset;
.NotificationBox__icon {
font-size: 24px;
svg {
stroke: var(--online-indicator);
}
}
}