-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss.css
82 lines (71 loc) · 1.41 KB
/
css.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
body {
font-family: BentonSans, sans-serif;
background-color: rgb(32,33,36);
color: #ffffff;
min-width: 376px;
margin: 0px;
scrollbar-width: none;
-ms-overflow-style: none;
}
body::-webkit-scrollbar {
display: none;
}
#mainHeader {
text-align: center;
}
#InstructionsDiv {
width: 80%;
padding: 10px;
border-radius: 1em;
margin: 0 auto;
margin-bottom: 100px;
background-color: #1f2839;
max-width: 597px;
}
#GenerateSyncCodeGif {
display: block;
margin: 0 auto;
height: 600px;
align-items: center;
}
.ConsoleCommandToBeCopied {
display: block;
width: 500px;
}
#ChromeExportIndexedDBExtensionGif {
display: block;
margin: 0 auto;
width: 550px;
align-items: center;
}
#JSONFile {
background-color: #22b9e3;
border: 2px solid #ffffff;
border-radius: 0.4em;
text-align: center;
width: 230px;
}
#UploadJSONContainer {
display: block;
}
#convertFeedbackSpan {
color: rgb(255, 65, 65);
}
#AnkiAppImportImage {
display: block;
margin: 10px auto;
width: 550px;
align-items: center;
}
#AnkiAppFinalImportButtonImage {
display: block;
margin: 10px auto;
width: 550px;
align-items: center;
}
#AnkiSyncAddAccountGif {
display: block;
margin: 10px auto;
width: 550px;
align-items: center;
}