blob: 1148cf1c846e542db749b4924b1cd6e3bc310a7d [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. */
:root {
--oobe-dialog-list-item-border: 1px solid rgba(0, 0, 0, 0.06);
}
.language-selection-entry {
border-top: var(--oobe-dialog-list-item-border);
height: 44px;
padding: 0 10px;
}
.language-selection-entry:last-of-type {
border-bottom: var(--oobe-dialog-list-item-border);
}
.language-selection-title {
color: rgba(0, 0, 0, 0.87);
font: 13px Roboto, sans-serif;
}