forked from mikeadams1/Solid-Pod
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsolid.css
More file actions
58 lines (47 loc) · 905 Bytes
/
solid.css
File metadata and controls
58 lines (47 loc) · 905 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
54
55
56
57
58
.panel-login-tls,
.panel-already-registered{
text-align: center;
}
/**
* Password Strength
*/
/* Remove the bottom border on the input to make the progress bar like a part of it */
.control-progress{
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom: 0;
}
/* Remove the top border on the progress bar to make the bar part of the input */
.form-group .progress{
border-top-left-radius: 0;
border-top-right-radius: 0;
height: 7px;
margin-bottom: 0;
}
.form-group .progress-bar{
width: 0;
}
/**
* Password strength levels sizes for the progress bar
*/
.progress .level-0{
width: 5%
}
.progress .level-1{
width: 25%;
}
.progress .level-2{
width: 50%;
}
.progress .level-3{
width: 75%;
}
.progress .level-4{
width: 100%;
}
.login-up-form .form-group {
margin-bottom: 5px;
}
.xs-header {
margin-top: 0px;
}