blob: 1c21ff63a95aaaa03325abb8ee34e29ed1177ca4 [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: 232px;
margin: auto;
}
#intro-text {
padding: 0 8px 16px 0;
}
#column-container {
flex-direction: column;
}
#consents-container {
padding-inline-start: 24px;
}
@media screen and (min-width: 600px) {
#column-container {
flex-direction: row;
}
#value-prop-container {
align-items: center;
border-inline-end: 1px solid rgb(218, 220, 224);
width: 50%;
}
#consents-container {
width: 50%;
}
}
#user-name {
color: #757575;
padding-inline-start: 8px;
}
#footer-text {
color: #757575;
padding-top: 16px;
}
#user-image {
border-radius: 50%;
height: 20px;
}
#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-inline-end: 0;
}
oobe-text-button[disabled] {
pointer-events: none;
}