forked from DMiradakis/Power-BI-Real-Time-Slideshow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.css
74 lines (60 loc) · 972 Bytes
/
popup.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
body {
//border: 2px solid;
width: 240px;
//height: 192px;
align-items: stretch;
align-content: stretch;
margin: 3px
}
.container {
display: flex;
//border: 2px solid;
}
.item {
flex-grow: 1;
}
.title {
font-weight: bold;
flex-grow: 1;
}
button {
//flex-grow: 1;
}
select {
//flex-grow: 1;
width: 60px;
}
h1 {
align-content: center;
}
#title_container {
border-bottom: 2px solid;
}
#refresh_container {
//border: solid;
}
#slide_container {
//border: solid;
border-bottom: 2px solid;
}
#button_container {
//border: solid;
}
#slide_time_save {
width: 70px;
}
#refresh_time_save {
width: 70px;
}
#play {
background-color: lime;
font-size: large;
font-weight: bold;
flex-grow: 1;
}
#stop {
background-color: red;
font-size: large;
font-weight: bold;
flex-grow: 1;
}