forked from ug17/ug17.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPassword-Template.css
66 lines (56 loc) · 1.67 KB
/
Password-Template.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.u-section-1 .u-sheet-1 {
min-height: 100vh;
}
.u-section-1 .u-icon-1 {
width: 71px;
height: 71px;
transition-duration: 0.5s;
box-shadow: 2px 0 0 0 rgba(0,0,0,0);
text-shadow: 0px 0px 0px rgba(0,0,0,0);
transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
margin: 151px auto 0;
padding: 0;
}
.u-section-1 .u-text-1 {
font-weight: 700;
margin: 23px auto 0;
}
.u-section-1 .u-form-1 {
height: 154px;
width: 400px;
margin: 23px auto 0;
}
.u-section-1 .u-input-1 {
background-image: none;
font-size: 1.25rem;
}
.u-section-1 .u-btn-1 {
width: 100%;
font-size: 1.25rem;
background-image: none;
font-weight: 700;
border-style: solid;
text-transform: none;
padding: 10px 30px;
}
.u-section-1 .u-text-2 {
font-size: 1.25rem;
font-weight: 700;
margin: -177px auto 60px;
}
@media (max-width: 575px) {
.u-section-1 .u-form-1 {
width: 340px;
}
}
.u-section-1 .u-icon-1,
.u-section-1 .u-icon-1:before,
.u-section-1 .u-icon-1 > .u-container-layout:before {
transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}
.u-section-1 .u-container-layout:hover .u-icon-1 {
transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}
.u-container-layout.hover .u-section-1 .u-icon-1 {
transform: rotate(0deg) scale(1) translateX(0px) translateY(0px) !important;
}