[sql] Remove _HAS_EXCEPTIONS=0 from build info.
[chromium-blink-merge.git] / chrome / browser / resources / settings / sync_page / sync_page.css
blob3cf92e790e5fd5f581df168c9fa463914be0c230
1 /* Copyright (c) 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 paper-radio-button {
6 display: block;
9 .checkbox-container {
10 display: flex;
11 flex-flow: column;
14 .checkbox-container-row {
15 display: flex;
18 .checkbox-container-row > cr-checkbox {
19 display: flex;
20 flex-basis: 0;
21 flex-grow: 1;