Elim cr-checkbox
[chromium-blink-merge.git] / chrome / browser / resources / settings / sync_page / sync_page.css
blob1e47219ea4827b1ccc8b3582a05c924e54af2145
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 > paper-checkbox {
19 display: flex;
20 flex-basis: 0;
21 flex-grow: 1;