summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/welcome/welcome_app.html
blob: 21e0477f9c7023bef217ddf4ff50126e2c44d029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<style include="cr-hidden-style">
  #viewManager {
    display: flex;
    font-size: 100%;
    margin: 0;
    min-height: 100vh;
  }

  #viewManager :-webkit-any(nux-google-apps, nux-ntp-background,
      nux-set-as-default) {
    /* Override cr-view-manager's default styling for view. */
    bottom: initial;
    left: initial;
    margin: auto;
    position: unset;
    right: initial;
    top: initial;
  }

  cr-toast {
    min-width: initial;
  }
</style>
<cr-view-manager id="viewManager" hidden="[[!modulesInitialized_]]">
  <landing-view id="step-landing" slot="view" class="active"></landing-view>
</cr-view-manager>
<cr-toast duration="3000">
  <div>$i18n{defaultBrowserChanged}</div>
</cr-toast>