Added look for onboarding banners
This commit is contained in:
parent
29228fef30
commit
c9b2bd51cc
4 changed files with 8 additions and 12 deletions
|
|
@ -2724,13 +2724,12 @@ body.layout-single-column {
|
|||
flex-flow: row-reverse;
|
||||
}
|
||||
.layout-single-column .dismissable-banner:has(.dismissable-banner__message > img:first-child) {
|
||||
background: linear-gradient(to bottom, var(--color-accent), rgba(99, 99, 255, 0.4));
|
||||
background: linear-gradient(to bottom, rgba(99, 99, 255, 0.8), rgba(99, 99, 255, 0.5));
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.layout-single-column .dismissable-banner__background-image {
|
||||
bottom: -35%;
|
||||
opacity: .3;
|
||||
display: none;
|
||||
}
|
||||
.layout-single-column .dismissable-banner__message__actions .button,
|
||||
.layout-single-column .dismissable-banner__message__actions .button.button-tertiary {
|
||||
|
|
|
|||
|
|
@ -2724,13 +2724,12 @@ body.layout-single-column {
|
|||
flex-flow: row-reverse;
|
||||
}
|
||||
.layout-single-column .dismissable-banner:has(.dismissable-banner__message > img:first-child) {
|
||||
background: linear-gradient(to bottom, var(--color-accent), rgba(247, 105, 2, 0.4));
|
||||
background: linear-gradient(to bottom, rgba(247, 105, 2, 0.8), rgba(247, 105, 2, 0.5));
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.layout-single-column .dismissable-banner__background-image {
|
||||
bottom: -35%;
|
||||
opacity: .3;
|
||||
display: none;
|
||||
}
|
||||
.layout-single-column .dismissable-banner__message__actions .button,
|
||||
.layout-single-column .dismissable-banner__message__actions .button.button-tertiary {
|
||||
|
|
|
|||
|
|
@ -2724,13 +2724,12 @@ body.layout-single-column {
|
|||
flex-flow: row-reverse;
|
||||
}
|
||||
.layout-single-column .dismissable-banner:has(.dismissable-banner__message > img:first-child) {
|
||||
background: linear-gradient(to bottom, var(--color-accent), rgba(99, 99, 255, 0.4));
|
||||
background: linear-gradient(to bottom, rgba(99, 99, 255, 0.8), rgba(99, 99, 255, 0.5));
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.layout-single-column .dismissable-banner__background-image {
|
||||
bottom: -35%;
|
||||
opacity: .3;
|
||||
display: none;
|
||||
}
|
||||
.layout-single-column .dismissable-banner__message__actions .button,
|
||||
.layout-single-column .dismissable-banner__message__actions .button.button-tertiary {
|
||||
|
|
|
|||
|
|
@ -2724,13 +2724,12 @@ body.layout-single-column {
|
|||
flex-flow: row-reverse;
|
||||
}
|
||||
.layout-single-column .dismissable-banner:has(.dismissable-banner__message > img:first-child) {
|
||||
background: linear-gradient(to bottom, var(--color-accent), rgba(247, 105, 2, 0.4));
|
||||
background: linear-gradient(to bottom, rgba(247, 105, 2, 0.8), rgba(247, 105, 2, 0.5));
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.layout-single-column .dismissable-banner__background-image {
|
||||
bottom: -35%;
|
||||
opacity: .3;
|
||||
display: none;
|
||||
}
|
||||
.layout-single-column .dismissable-banner__message__actions .button,
|
||||
.layout-single-column .dismissable-banner__message__actions .button.button-tertiary {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue