mirror of https://github.com/grafana/grafana
parent
8c5d1f479e
commit
a73b16daf2
@ -0,0 +1,10 @@ |
||||
/* eslint-disable @emotion/syntax-preference */ |
||||
import { css } from '@linaria/core'; |
||||
|
||||
const menuItem = css` |
||||
// max-width: 200px;
|
||||
outline: 4px solid tomato; |
||||
background-color: tomato; |
||||
`;
|
||||
|
||||
export const styles = { menuItem }; |
Loading…
Reference in new issue