forked from peterfreeman/electron-osx-prompt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprompt.css
50 lines (45 loc) · 804 Bytes
/
prompt.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
#prompt-img {
width: 60px;
height: 60px;
}
.prompt-content {
display: inline-flex;
text-align: center;
align-content: flex-start;
}
.preferences-form-actions {
margin-top: 8px;
float: right;
padding-right: 20px;
}
.image-container {
display: inline-block;
padding-top: 20px;
padding-left: 30px;
}
.form-control-input-container {
display: inline-block;
text-align: left;
margin-left: 20px;
padding-top: 15px;
}
.form-control-label {
margin-bottom: 10px;
color: #000;
font-weight: 600;
}
.form-control-text {
width: 280px;
border: 2px solid #333;
border-style: inset;
border-color: initial;
border-image: initial;
}
.form-control-text:focus {
outline: -webkit-focus-ring-color auto 5px;
outline-offset: -2px;
}
.btn {
width: 78px;
height: 22px;
}