blob: 7e298c3a2c08a51ed91320f3f5787d81d534d829 [file] [log] [blame]
/* Copyright 2015 The Vanadium Authors. All rights reserved. */
/* Use of this source code is governed by a BSD-style */
/* license that can be found in the LICENSE file. */
paper-checkbox, paper-radio-button {
padding: 16px 16px 0px 12px !important;
}
paper-checkbox::shadow #ink[checked] {
color: #4285f4;
}
paper-checkbox::shadow #checkbox.checked {
border-color: #4285f4;
}
paper-radio-button::shadow #ink[checked] {
color: #e91e63;
}
paper-radio-button::shadow #onRadio {
background-color: #e91e63;
}