Co-Authored-By: Vincent Guilloux <vincent.guilloux@mistral.ai>
Co-Authored-By: Clément Siriex <clement.sirieix@mistral.ai>
Co-Authored-By: Kim-Adeline Miguel <kimadeline.miguel@mistral.ai>
This commit is contained in:
Mathias Gesbert 2026-01-30 14:08:38 +01:00 committed by Mathias Gesbert
parent bd3497b1c0
commit 9809cfc831
32 changed files with 622 additions and 305 deletions

View file

@ -949,21 +949,24 @@ WelcomeBanner {
.whats-new-message {
background: $surface;
border-left: solid $warning;
margin-bottom: 1;
}
.plan-offer-message {
background: $surface;
border-left: solid $warning;
background: transparent;
border: none;
height: auto;
text-align: center;
content-align: center middle;
padding: 1 2;
margin-top: 1;
padding: 0;
margin-top: 0;
color: $foreground-muted;
text-style: dim;
Markdown > *:last-child {
margin-bottom: 0;
link-style: bold underline;
link-style: none;
link-color: $foreground-muted;
link-background-hover: transparent;
link-style-hover: underline;
link-color-hover: $warning;
}
}