-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathless.css
More file actions
39 lines (39 loc) · 869 Bytes
/
less.css
File metadata and controls
39 lines (39 loc) · 869 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
.aha00a.mysql-tools {
padding: 0;
margin: 0;
font-family: 'Noto Sans', sans-serif;
}
.aha00a.mysql-tools.index .header {
background-color: #eee;
padding: 20px;
}
.aha00a.mysql-tools.index .content {
padding: 20px;
}
.aha00a.mysql-tools.index .content form label {
display: block;
position: relative;
line-height: 35px;
}
.aha00a.mysql-tools.index .content form label input {
position: absolute;
left: 200px;
padding: 6px 12px;
border: 1px solid #ccc;
border-radius: 4px;
margin: 5px 0;
}
.aha00a.mysql-tools.index .content form label.pw-field input {
width: 280px;
}
.aha00a.mysql-tools.index .content form label.pw-field .generatePw {
position: absolute;
left: 500px;
top: 5px;
padding: 6px 12px;
border: 1px solid #ccc;
border-radius: 4px;
background-color: #fff;
cursor: pointer;
}
/*# sourceMappingURL=less.css.map */