-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.tcss
85 lines (67 loc) · 925 Bytes
/
styles.tcss
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
.container_url{
width: 44;
}
.output_box{
background: $boost;
height: 25;
margin: 0 5;
min-width: 10;
padding: 1;
width: 150;
}
.label{
margin: 0 1 0 39;
color: purple;
}
Button {
margin: 1 5;
width: 10;
}
#url{
margin: 0 5;
width: 100%;
}
#btn_exit{
height: 3;
}
.container_top_panel{
height: 3;
margin: 4 12 0 20;
}
.container_main{
margin: 0 12 0 10;
width: 100%;
}
#btn_exit,
#btn_copy,
#btn_clear,
#btn_go{
width: 100%;
}
# #start {
# dock: left;
# }
# #stop {
# dock: left;
# display: none;
# }
# #reset {
# dock: right;
# }
# .started {
# text-style: bold;
# background: $success;
# color: $text;
# }
# .started TimeDisplay {
# text-opacity: 100%;
# }
# .started #start {
# display: none
# }
# .started #stop {
# display: block
# }
# .started #reset {
# visibility: hidden
# }