-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
53 lines (45 loc) · 709 Bytes
/
Copy pathstyle.css
File metadata and controls
53 lines (45 loc) · 709 Bytes
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
.close-btn {
width: fit-content;
right: 0;
top: 0;
padding-left: 10px;
padding-right: 10px;
background-color: darkgray;
float: right;
}
.close-btn:hover {
cursor: pointer;
background-color: darkslategray;
}
.titlebar {
-webkit-user-select: none;
-webkit-app-region: drag;
background-color: lightgray;
width: 100%;
padding-left: 10px;
}
.titlebar .close-btn {
-webkit-app-region: none;
}
body {
margin: 0;
}
.container {
height: 100%;
padding-top: 10px;
}
.sfoglia-column {
text-align: center;
}
#progress {
margin: 20px;
width: 100%;
height: 8px;
position: relative;
}
input[type="file"] {
display: none;
}
.row.log {
margin-top: 40px;
}