Sign in
gerrit
/
gerrit
/
deec95f8f997bcabca047a3f26fdbbd3d89795a2
/
.
/
polygerrit-ui
/
app
/
styles
/
gr-icon-styles.ts
blob: 986582526b0241995a4bbe315bd324e7b4d12412 [
file
] [
log
] [
blame
]
/**
* @license
* Copyright 2022 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import
{
css
}
from
'lit'
;
export
const
iconStyles
=
css
`
iron-icon {
display: inline-block;
vertical-align: top;
width: 20px;
height: 20px;
}
`
;