-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathstyles.css
75 lines (63 loc) · 1.33 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
.srs-bar-tracked {
color: green;
}
.srs-qa-wrapper {
position: absolute;
height: 67%;
overflow: auto;
}
.srs-button-div {
position: absolute;
bottom: 0;
width: 100%;
height: 33%;
max-height: 400px;
display: flex;
flex-flow: column wrap;
justify-content: flex-start;
align-items: flex-start;
padding-top: 20px;
border-top-width: 3px;
border-top-style: solid;
border-top-color: var(--background-modifier-border);
}
.srs-flex-row {
display: flex;
width: 100%;
flex-flow: row wrap;
justify-content: space-evenly;
align-items: flex-start;
padding-top: 10px;
}
.srs-review-wrapper {
position: relative;
max-width: 700px;
min-height: 100%;
margin-left: auto;
margin-right: auto;
}
.timings-setting-item {
display: flex;
align-items: flex-start;
padding: 15px 0 18px 0;
}
.timings-setting-item .setting-item-control {
flex-wrap: wrap;
flex-direction: column;
flex-shrink: 1;
flex-grow: 0;
text-align: right;
display: flex;
justify-content: flex-end;
align-items: center;
}
.timings-setting-item input {
margin-top: 3px;
}
.srs-answer-content {
margin-top: 12px;
padding-top: 12px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: var(--background-modifier-border);
}