blob: 955495d0606d5d5d9981a2a984a19f06b0be937b [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. */
:host {
color: rgba(0,0,0, 0.26);
font-weight: normal;
text-align: left;
white-space: nowrap;
}
paper-button {
width: 100%;
text-transform: none;
}
paper-button.left::shadow .button-content {
justify-content: left !important;
}
paper-button.center::shadow .button-content {
justify-content: center !important;
}
paper-button.right::shadow .button-content {
justify-content: right !important;
}
paper-button[disabled] {
background: inherit !important;
color: inherit !important;
}
paper-button[disabled] {
background: inherit !important;
color: inherit !important;
}
paper-button::shadow #ripple {
color: #0f9d58;
}