Spaces:
Sleeping
Sleeping
Update static/popups.css
Browse files- static/popups.css +5 -2
static/popups.css
CHANGED
|
@@ -32,8 +32,8 @@
|
|
| 32 |
font-weight: bold;
|
| 33 |
font-style: normal;
|
| 34 |
font-size: 14px;
|
| 35 |
-
color:white;
|
| 36 |
-
float:right;
|
| 37 |
display:inline-block;
|
| 38 |
}
|
| 39 |
.modal-contentpassword {
|
|
@@ -105,6 +105,9 @@
|
|
| 105 |
font-weight: 400;
|
| 106 |
font-style: normal;
|
| 107 |
font-size: 16px;
|
|
|
|
|
|
|
|
|
|
| 108 |
}
|
| 109 |
|
| 110 |
.close {
|
|
|
|
| 32 |
font-weight: bold;
|
| 33 |
font-style: normal;
|
| 34 |
font-size: 14px;
|
| 35 |
+
color:white;
|
| 36 |
+
float : right;
|
| 37 |
display:inline-block;
|
| 38 |
}
|
| 39 |
.modal-contentpassword {
|
|
|
|
| 105 |
font-weight: 400;
|
| 106 |
font-style: normal;
|
| 107 |
font-size: 16px;
|
| 108 |
+
|
| 109 |
+
white-space: pre-line;
|
| 110 |
+
|
| 111 |
}
|
| 112 |
|
| 113 |
.close {
|