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