Gestion de paquetage, aide intégrée et message de bienvenue
Release Creation / build (release) Successful in 59s
Release Creation / build (release) Successful in 59s
This commit is contained in:
@@ -378,6 +378,30 @@
|
||||
linear-gradient(135deg, #f7fbff 0%, #9fb8d7 100%);
|
||||
}
|
||||
|
||||
.dnc-chat-card-welcome {
|
||||
border-color: fade(@color-accent, 34%);
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 250, 240, 0.84) 0%, rgba(239, 219, 179, 0.94) 100%),
|
||||
linear-gradient(135deg, #fffaf0 0%, #dcb772 100%);
|
||||
}
|
||||
|
||||
.chat-welcome-intro {
|
||||
font-size: 0.82rem;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.chat-welcome-link {
|
||||
margin-top: @spacing-md;
|
||||
padding: 0.6rem 0.8rem;
|
||||
border: 1px solid fade(@color-accent, 24%);
|
||||
border-radius: 12px;
|
||||
background: fade(@color-accent, 8%);
|
||||
}
|
||||
|
||||
.chat-welcome-link a.content-link {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.dnc-chat-card-spell .chat-actions + .chat-actions {
|
||||
margin-top: @spacing-sm;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user