blob: 95950d42e7073c7790deb01b84c5a3f3e609cc5f [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. */
#value-prop-view {
display: block;
height: 256px;
margin: auto;
}
#intro-text {
padding: 0 8px 16px 0;
}
#value-prop-container {
border-right: 1px solid rgb(218, 220, 224);
width: 50%;
}
#consents-container {
padding-left: 24px;
width: 50%;
}
#user-name {
color: #757575;
padding-left: 8px;
}
#footer-text {
color: #757575;
padding-top: 16px;
}
#user-image {
border-radius: 50%;
height: 20px;
}
.oobe-popup {
border-radius: 8px;
box-shadow: unset;
width: 512px;
}
#overlay-text {
box-sizing: border-box;
font-size: 13px;
margin: auto;
min-height: 200px;
padding: 16px;
width: 100%;
}
#overlay-title-text {
font-size: 15px;
}
#overlay-additional-info-text {
color: rgb(128, 134, 139);
line-height: 20px;
padding-top: 20px;
}
#overlay-close-button {
margin-right: 0;
}
#close-button-text {
padding: 0 16px 0 16px;
}
.button-strip {
display: flex;
justify-content: flex-end;
margin: 16px;
}
oobe-text-button[disabled] {
pointer-events: none;
}