File size: 1,006 Bytes
2993f76
 
 
 
 
 
8523150
 
 
 
 
2993f76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.title {
    text-align: center;
    display: block;
    font-size: 30px;
    font-weight: bold;
}
.subtitle {
    font-weight: bold;
    text-align: center;
    min-height: none;
}
.note {
    text-align: center;
    min-height: none;
}
#examples {
    justify-content: center;
    align-items: center;
}
.angle {
    background: #F2F1EB !important;
}
.slider {
    background: #88AB8E !important;
    font-weight: bold;
}
.text {
    display: flex; 
    text-align: center;
    justify-content: center;
}
.normal {
    font-weight: normal
}
.rotate_button {
    background: #88AB8E !important; 
    font-size: 20px;
}
.rotate_to_standard_button {
    background: #AFC8AD !important;
    font-size: 20px;
}
.use_current_button {
    background: #EEE7DA !important; 
    font-size: 20px;
}
.make_live_button {
    background: #EEE7DA !important; 
    font-size: 20px;
}
.imgs{
    justify-content: center;
    align-items: center;
    display: grid;
    margin: auto;
    width: 256px;
    height: 256px;
}