blob: 8d2c1b78f0d261095fc31a80527716d3a2c226bc [file] [log] [blame]
<template>
<style include="navi-colors-css">
#container {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
margin: auto;
min-height: 100%;
min-width: 800px;
position: relative;
}
h1 {
color: var(--cr-primary-text-color);
font-size: 4rem;
margin-bottom: 40px;
margin-top: 16px;
text-align: center;
}
h2 {
color: var(--cr-secondary-text-color);
font-size: 1.5rem;
font-weight: 500;
line-height: 2.25rem;
margin: 0;
opacity: 0.8;
text-align: center;
}
cr-button {
font-size: 1rem;
height: 3rem;
padding-bottom: 12px;
padding-top: 12px;
text-align: center;
white-space: nowrap;
width: 256px;
}
.action-link {
font-size: 1rem;
font-weight: 500;
margin-top: 24px;
}
</style>
</template>