-
Notifications
You must be signed in to change notification settings - Fork 0
/
Styles.css
84 lines (70 loc) · 1.14 KB
/
Styles.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
75
76
77
78
79
80
81
82
83
84
header {
padding: 8px 32px;
display: flexbox;
display: flex;
justify-content: space-between;
align-items: center;
}
.win-hub {
position: absolute;
top: 80px;
right: 0;
bottom: 0;
left: 0;
height: auto;
}
.win-hub-section {
width: 480px;
}
.win-hub-horizontal .win-hub-section-header {
margin: 8px 0 16px 0;
}
.tile {
width: 76px;
height: 76px;
padding: 2px;
background-color: #ffffcc;
border: 2px solid #663300;
color: black;
border-radius: 4px;
text-align: center;
cursor: move;
}
.tile > h1 {
font-weight: bold;
line-height: 76px;
}
.win-listview {
margin-bottom: 16px;
height: 376px;
}
.win-listview .win-container:hover {
outline: none;
}
button {
margin-bottom: 16px;
cursor: pointer;
}
.win-toggleswitch {
padding-bottom: 16px
}
p {
margin: 16px 0;
}
.win-flipview {
height: 272px;
margin-bottom: 16px;
}
.image {
width: 480px;
height: 272px;
}
.image > h2 {
position: absolute;
padding: 8px;
background-color: rgba(0, 0, 0, 0.5);
}
.setting {
margin-bottom: 16px;
cursor: pointer;
}