-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpilot.css
61 lines (51 loc) · 932 Bytes
/
pilot.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
ShowtimeDisplay {
content-align: center middle;
text-opacity: 60%;
height: 1;
}
Screen {
align: center middle;
}
DataTable > .datatable--cursor {
background: $surface ;
}
DataTable:focus > .datatable--cursor {
background: $secondary;
color: $text;
}
#dialog {
grid-size: 2;
grid-gutter: 1 2;
grid-rows: 1fr 3;
padding: 0 1;
width: 60;
height: 11;
border: thick $background 80%;
background: $surface;
}
#question {
column-span: 2;
height: 1fr;
width: 1fr;
content-align: center middle;
}
AddFixtureScreen {
align: center middle;
}
#dialog2 {
width: 60;
height: 30;
grid-size: 2;
grid-columns: 1fr 2fr;
padding: 1;
border: heavy yellow;
background: $surface;
}
#dialog3 {
width: 90;
grid-size: 2;
grid-columns: 1fr 3fr;
padding: 0 1 0 1;
border: heavy yellow;
background: $surface;
}