Bug 1816589 - Make FeatureCallout box shadow consistently dark. r=hanna_a

Differential Revision: https://phabricator.services.mozilla.com/D172629
This commit is contained in:
Shane Hughes 2023-03-22 03:31:01 +00:00
parent 43b5f9420c
commit 3aae89afe5
2 changed files with 2 additions and 4 deletions

View File

@ -31,7 +31,6 @@
.onboardingContainer.featureCallout .screen[pos=callout] {
height: fit-content;
min-height: unset;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
overflow: visible;
}
.onboardingContainer.featureCallout .screen[pos=callout] .logo-container {
@ -73,7 +72,7 @@
position: relative;
overflow: hidden;
border: 1px solid #CFCFD8;
box-shadow: 0 2px 14px rgba(58, 57, 68, 0.2);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
border-radius: 4px;
padding-top: 0;
padding-bottom: 26px;

View File

@ -44,7 +44,6 @@ $background-dark: rgb(28, 27, 34);
&[pos='callout'] {
height: fit-content;
min-height: unset;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
overflow: visible;
.logo-container {
@ -98,7 +97,7 @@ $background-dark: rgb(28, 27, 34);
position: relative;
overflow: hidden;
border: 1px solid #CFCFD8;
box-shadow: 0 2px 14px rgba(58, 57, 68, 0.2);
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
border-radius: 4px;
padding-top: 0;
// Subtract 4px, the block margin of buttons