Commit 3aae89af authored by Shane Hughes's avatar Shane Hughes
Browse files

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

parent 43b5f942
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
+1 −2
Original line number Diff line number Diff line
@@ -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