Mirror of https://github.com/roostorg/osprey
github.com/roostorg/osprey
1.panel {
2 background-color: var(--background-primary);
3 position: relative;
4}
5
6.panelHeader {
7 padding: 8px 16px;
8 display: flex;
9 align-items: center;
10 justify-content: space-between;
11 border-bottom: 2px solid var(--divider);
12}
13
14.title {
15 margin-left: 8px;
16}
17
18.titleLeft {
19 display: flex;
20 align-items: center;
21}