pontoon/base/static/css/standalone.css [15:38]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

#main {
  padding: 0;
}

#main section {
  display: flex;
  flex-direction: column;
  height: 100vh;

  background-image: var(--homepage-background-image);
  background-attachment: fixed;
  background-size: cover;
}

#main section .container {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  overflow: hidden;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



pontoon/messaging/static/css/email_consent.css [11:34]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

#main {
  padding: 0;
}

#main section {
  display: flex;
  flex-direction: column;
  height: 100vh;

  background-image: var(--homepage-background-image);
  background-attachment: fixed;
  background-size: cover;
}

#main section .container {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  overflow: hidden;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



