Spaces:
Runtime error
Runtime error
Create style.css
Browse files
style.css
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
body {
|
| 2 |
+
background-color: #eee;
|
| 3 |
+
}
|
| 4 |
+
/*.fullScreenFrame > div {*/
|
| 5 |
+
/* display: flex;*/
|
| 6 |
+
/* justify-content: center;*/
|
| 7 |
+
/*}*/
|
| 8 |
+
/*.stButton>button {*/
|
| 9 |
+
/* color: #4F8BF9;*/
|
| 10 |
+
/* border-radius: 50%;*/
|
| 11 |
+
/* height: 3em;*/
|
| 12 |
+
/* width: 3em;*/
|
| 13 |
+
/*}*/
|
| 14 |
+
|
| 15 |
+
.stTextInput>div>div>input {
|
| 16 |
+
color: #4F8BF9;
|
| 17 |
+
}
|
| 18 |
+
.stTextArea>div>div>input {
|
| 19 |
+
color: #4F8BF9;
|
| 20 |
+
min-height: 500px;
|
| 21 |
+
}
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
/*.st-cj {*/
|
| 25 |
+
/* min-height: 500px;*/
|
| 26 |
+
/* spellcheck="false";*/
|
| 27 |
+
/* color: #4F8BF9;*/
|
| 28 |
+
/*}*/
|
| 29 |
+
/*.st-ch {*/
|
| 30 |
+
/* min-height: 500px;*/
|
| 31 |
+
/* spellcheck="false";*/
|
| 32 |
+
/* color: #4F8BF9;*/
|
| 33 |
+
/*}*/
|
| 34 |
+
/*.st-bb {*/
|
| 35 |
+
/* min-height: 500px;*/
|
| 36 |
+
/* spellcheck="false";*/
|
| 37 |
+
/* color: #4F8BF9;*/
|
| 38 |
+
/*}*/
|