Commit 3f8eb238 authored by Marian-Vasile Laza's avatar Marian-Vasile Laza
Browse files

Backed out changeset 931737b7c12c (bug 1794661) for causing newtab failures on...

Backed out changeset 931737b7c12c (bug 1794661) for causing newtab failures on aboutwelcome.scss. CLOSED TREE
parent 245ba2bb
Loading
Loading
Loading
Loading
+1 −16
Original line number Diff line number Diff line
@@ -375,19 +375,6 @@ html {
  margin: auto;
  min-height: 550px;
}
.onboardingContainer .screen[pos=split]::before {
  content: "";
  position: absolute;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
  width: 800px;
  height: 550px;
  border-radius: 8px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.onboardingContainer .screen[pos=split] .section-secondary,
.onboardingContainer .screen[pos=split] .section-main {
  width: 400px;
@@ -540,6 +527,7 @@ html {
.onboardingContainer .screen[pos=split] .section-secondary {
  --mr-secondary-position: center center / auto 350px;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
  margin: auto 0 auto auto;
  display: flex;
  align-items: center;
@@ -615,9 +603,6 @@ html {
    flex-direction: column;
    min-height: 550px;
  }
  .onboardingContainer .screen[pos=split]::before {
    width: 400px;
  }
  .onboardingContainer .screen[pos=split] .section-secondary,
.onboardingContainer .screen[pos=split] .section-main {
    width: 400px;
+1 −18
Original line number Diff line number Diff line
@@ -267,20 +267,6 @@ html {
      margin: auto;
      min-height: $split-screen-height;

      &::before {
        content: "";
        position: absolute;
        box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
        width: $split-section-width + $split-section-width;
        height: $split-screen-height;
        border-radius: 8px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
      }

      .section-secondary,
      .section-main {
        width: $split-section-width;
@@ -473,6 +459,7 @@ html {
      .section-secondary {
        --mr-secondary-position: center center / auto 350px;
        border-radius: 8px 0 0 8px;
        box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
        margin: auto 0 auto auto;
        display: flex;
        align-items: center;
@@ -560,10 +547,6 @@ html {
        flex-direction: column;
        min-height: $small-main-section-height + $small-secondary-section-height;

        &::before {
           width: $split-section-width;
        }

        .section-secondary,
        .section-main {
          width: $split-section-width;