blob: 1153b5932ec50accd09e3fb49c32c990d9813713 [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. */
cr-button {
padding-inline-end: 16px;
padding-inline-start: 8px;
}
:host-context([dir=ltr]) hd-iron-icon {
padding-inline-start: 4px; /* transform(180deg) will make it inline-end. */
transform: rotate(180deg);
}
:host-context([dir=rtl]) hd-iron-icon {
padding-inline-end: 4px;
}