scratch-gui / src /components /alerts /inline-message.css
soiz1's picture
Upload folder using huggingface_hub
8fd7a1d verified
raw
history blame contribute delete
488 Bytes
@import "../../css/colors.css";
@import "../../css/units.css";
.inline-message {
color: $menu-bar-foreground;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
display: flex;
justify-content: flex-end;
align-items: center;
font-size: .8125rem;
padding: 0 0.5rem;
user-select: none;
}
.success {
color: $ui-white-dim;
}
.info {
color: $menu-bar-foreground;
}
.warn {
color: $error-light;
}
.spinner {
margin-right: $space;
}