git ssb

16+

Dominic / patchbay



Tree: 2a898c6bb5c44df0a373a3f46046dcf94e618dda

Files: 2a898c6bb5c44df0a373a3f46046dcf94e618dda / modules_core / style / hypertabs.mcss

712 bytesRaw
1Hypertabs {
2 display: flex
3 flex-direction: column
4
5 position: absolute
6 top: 0; bottom: 0
7 left: 0; right: 0
8 overflow-y: hidden
9
10 nav {
11 display: flex
12
13 section.tabs {
14 flex-grow: 1
15 display: flex
16
17
18 div.tab {
19 flex-grow: 1
20
21 display: flex
22 padding: 5px
23 border: 1px gainsboro solid
24
25 -selected {
26 background-color: cyan;
27 }
28
29 -notify {
30 background-color: orange;
31 }
32
33 a.link {
34 flex-grow: 1
35 }
36
37 a.close {
38 }
39 }
40
41 }
42 }
43
44 section.content {
45 display: flex
46
47 div.page {
48 flex-grow: 1
49
50 padding: 1rem
51 border: 1px gainsboro solid
52 }
53 }
54}
55
56

Built with git-ssb-web