-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path202.css
138 lines (120 loc) · 2.35 KB
/
202.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
@import url(//unpkg.com/[email protected]/nprogress.css);
.navbar[data-v-174c0c93] {
position: fixed;
top: 0;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #723d67;
justify-content: flex-end;
display: flex;
}
.navbar a[data-v-174c0c93] {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.navbar a[data-v-174c0c93]:hover {
background-color: #111;
}
.plugin-config[data-v-060f4b2f] {
margin: 5px;
}
.plugin[data-v-c01d1a6e] {
margin: 10px;
width: 500px;
background-color: #efcda4;
border: 1px solid darkgray;
border-radius: 5px;
}
.plugins-manager {
margin: 10px;
background-color: #e1b5a2;
border: 1px solid darkgray;
border-radius: 5px;
box-shadow: 10px 5px 5px white;
}
.image-upload[data-v-3c121abb] {
margin: 10px;
width: 400px;
height: 550px;
background-color: #e1b5a2;
border: 1px solid darkgray;
border-radius: 5px;
box-shadow: 10px 5px 5px white;
}
.file-upload[data-v-3c121abb] {
margin: 10px;
width: 200px;
height: 200px;
border: 1px solid black;
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
}
.image-container[data-v-3c121abb] {
height: 300px;
display: flex;
flex-wrap: wrap;
overflow-y: scroll;
}
.image-preview[data-v-30c229d0] {
margin: 10px;
background-color: #efcda4;
border: 1px solid darkgray;
border-radius: 5px;
box-shadow: 10px 5px 5px white;
}
.image-container[data-v-30c229d0] {
display: flex;
flex-wrap: wrap;
min-width: 400px;
min-height: 500px;
max-width: 640px;
overflow-y: scroll;
}
.config[data-v-f11c0258] {
margin: 10px;
width: 200px;
height: 300px;
background-color: #efcda4;
border: 1px solid darkgray;
border-radius: 5px;
}
#circle[data-v-f16122b4] {
width: 120px;
height: 120px;
border-radius: 50%;
border: 2px solid #5a0d33;
background-color: #723d67;
position: absolute;
top: -25px;
left: -25px;
}
#circle[data-v-f16122b4]:hover {
transform: scale(1.1);
}
.main[data-v-f16122b4] {
padding: 100px;
display: flex;
background-color: #5a0d33;
}
.main button[data-v-f16122b4] {
width: 350px;
font-size: 24pt;
padding: 10px;
}
#app {
color: black;
}
button {
color: white;
background-color: #9c3c53;
border: 2px solid darkgray;
border-radius: 15px;
}
/*# sourceMappingURL=202.css.map*/