blob: 07ba3ed14b95f3c092644d3b7f100aa559127687 [file] [log] [blame]
/* Copyright 2018 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. */
:host {
border-radius: 18px;
box-shadow: 0 2px 10px rgba(0,0,0,0.18);
display: flex;
flex-direction: row;
font-family: var(--oobe-title-font-family);
height: 208px;
min-height: 0;
position: relative;
width: 312px;
}
:host([highlight]) {
height: 208px;
width: 640px;
}
#background-container {
z-index: 1;
}
#gradient-container {
z-index: 2;
}
#gradient {
background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
height: 112px;
width: 100%;
}
#label-container {
margin-bottom: 16px;
z-index: 3;
}
#icon {
height: 32px;
padding-inline-end: 8px;
width: 32px;
}
#title {
color: rgb(32, 33, 36);
font-size: 18sp;
line-height: 24px;
}