Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +5 -3
templates/index.html
CHANGED
|
@@ -61,6 +61,7 @@
|
|
| 61 |
font-size: 12px;
|
| 62 |
font-weight: bold;
|
| 63 |
padding: 12px 45px;
|
|
|
|
| 64 |
letter-spacing: 1px;
|
| 65 |
text-transform: uppercase;
|
| 66 |
transition: transform 80ms ease-in;
|
|
@@ -80,7 +81,7 @@
|
|
| 80 |
}
|
| 81 |
|
| 82 |
form {
|
| 83 |
-
|
| 84 |
display: flex;
|
| 85 |
align-items: center;
|
| 86 |
justify-content: center;
|
|
@@ -105,9 +106,9 @@
|
|
| 105 |
0 10px 10px rgba(0,0,0,0.22);
|
| 106 |
position: relative;
|
| 107 |
overflow: hidden;
|
| 108 |
-
width:
|
| 109 |
max-width: 100%;
|
| 110 |
-
min-height:
|
| 111 |
}
|
| 112 |
|
| 113 |
.form-container {
|
|
@@ -121,6 +122,7 @@
|
|
| 121 |
left: 0;
|
| 122 |
width: 50%;
|
| 123 |
z-index: 2;
|
|
|
|
| 124 |
}
|
| 125 |
|
| 126 |
.container.right-panel-active .sign-in-container {
|
|
|
|
| 61 |
font-size: 12px;
|
| 62 |
font-weight: bold;
|
| 63 |
padding: 12px 45px;
|
| 64 |
+
margin-top: 30px;
|
| 65 |
letter-spacing: 1px;
|
| 66 |
text-transform: uppercase;
|
| 67 |
transition: transform 80ms ease-in;
|
|
|
|
| 81 |
}
|
| 82 |
|
| 83 |
form {
|
| 84 |
+
/* background-color: #FFFFFF;*/
|
| 85 |
display: flex;
|
| 86 |
align-items: center;
|
| 87 |
justify-content: center;
|
|
|
|
| 106 |
0 10px 10px rgba(0,0,0,0.22);
|
| 107 |
position: relative;
|
| 108 |
overflow: hidden;
|
| 109 |
+
width: 528px;
|
| 110 |
max-width: 100%;
|
| 111 |
+
min-height: 400px;
|
| 112 |
}
|
| 113 |
|
| 114 |
.form-container {
|
|
|
|
| 122 |
left: 0;
|
| 123 |
width: 50%;
|
| 124 |
z-index: 2;
|
| 125 |
+
|
| 126 |
}
|
| 127 |
|
| 128 |
.container.right-panel-active .sign-in-container {
|