-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
70 lines (56 loc) · 931 Bytes
/
Copy pathstyle.css
File metadata and controls
70 lines (56 loc) · 931 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
59
60
61
62
63
64
65
66
67
68
69
70
body{font-family: 'Dosis'}
.main{
width:350px;
margin: 15px auto 0;
}
.num{
width: 60px;
text-align: center;
}
.pas-gen span{
font: 24px 'Dosis';
cursor: pointer;
user-select: none;
line-height: 35px;
padding: 0 4px;
}
.pass{
height: 35px;
font-size: 25px;
text-align: center;
padding: 25px;
padding-bottom: 10px;
margin: 0;
letter-spacing: .08em;
border-bottom: 1px solid #eee;
}
.two{
border: none;
padding:20px 0 10px 0;
}
.pass-btn{
margin-left: 20px;
padding-left: 40px;
padding-right: 40px;
}
.cesar{width: 340px;}
input[type="radio"]{
margin: 20px 5px 0px 30px;
user-select: none;
}
@media screen and (max-width: 480px) {
.pure-form input[type=text],
.pure-form label,
.pure-button{
margin-bottom: 0;
display: inline-block;
font-size:120%;
}
.pass{font-size:30px;}
}
@media screen and (max-width: 330px) {
.pass-btn{
margin-left: 10px;
padding-left: 5px;
padding-right: 5px;
}}