G
Ryan's Git Repos
nix-files
files
log
graph
refs
Ref
main
users/ryan/modules/simple-bar/simple-bar-source/lib/styles/components/side-icon.js
main
· 260 B · 15 lines
raw
1
// Styles for /lib/components/side-icon.jsx component
2
export
const
sideIconStyles =
/* css */
`
3
.side-icon {
4
display: flex;
5
align-items: center;
6
margin: 0 5px;
7
color: #fff;
8
}
9
10
.side-icon__svg {
11
width: 14px;
12
height: 14px;
13
fill: currentColor;
14
}
15
`
;