blob: 2f95bcb5ce3adb177f68167988a8cb91c85d2551 [file] [log] [blame]
<template>
<style include="navi-colors-css">
#container {
align-items: center;
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
margin: auto;
min-height: 100%;
min-width: 800px;
overflow: hidden;
position: relative;
}
#text {
align-items: center;
display: flex;
flex-basis: 45%;
flex-direction: column;
}
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>