mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1816589 - Make FeatureCallout box shadow consistently dark. r=hanna_a
Differential Revision: https://phabricator.services.mozilla.com/D172629
This commit is contained in:
parent
43b5f9420c
commit
3aae89afe5
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user