-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path169.css
100 lines (84 loc) · 1.63 KB
/
169.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
@import url(//unpkg.com/[email protected]/nprogress.css);
.navbar[data-v-a12be5c2] {
position: fixed;
top: 0;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #723d67;
display: flex;
}
.navbar a[data-v-a12be5c2] {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.navbar a[data-v-a12be5c2]:hover {
background-color: #111;
}
.plugin-config[data-v-060f4b2f] {
margin: 5px;
}
.plugin[data-v-5dbd2c9a] {
margin: 10px;
width: 500px;
background-color: #efcda4;
border: 1px solid darkgray;
border-radius: 5px;
}
.plugins-manager {
background-color: #e1b5a2;
}
.image-upload[data-v-17c28e0a] {
margin: 10px;
width: 300px;
height: 500px;
background-color: #e1b5a2;
border: 1px solid darkgray;
border-radius: 5px;
}
.file-upload[data-v-17c28e0a] {
margin: 10px;
width: 200px;
height: 200px;
border: 1px solid black;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
}
.image-preview[data-v-b5e0945a] {
max-width: 640px;
max-height: 480px;
margin: 10px;
background-color: #efcda4;
border: 1px solid darkgray;
border-radius: 5px;
overflow-y: scroll;
overflow-x: hidden;
}
.image-preview img[data-v-b5e0945a] {
max-width: 640px;
max-height: 480px;
}
.main[data-v-3f7d1c4e] {
padding: 100px;
display: flex;
background-color: #5a0d33;
}
button[data-v-3f7d1c4e] {
width: 350px;
color: white;
background-color: #9c3c53;
border: 2px solid darkgray;
border-radius: 15px;
font-size: 24pt;
padding: 10px;
}
#app {
color: black;
}
/*# sourceMappingURL=169.css.map*/