SAMBOOM commited on
Commit
21e669e
1 Parent(s): 581b122

Delete style.css

Browse files
Files changed (1) hide show
  1. style.css +0 -31
style.css DELETED
@@ -1,31 +0,0 @@
1
- /* Customizations */
2
- div[class='block-container'] {
3
- padding: 0 !important;
4
- }
5
-
6
- textarea[placeholder]{
7
- font-family: Arial, sans-serif;
8
- border: none;
9
- background-color: transparent;
10
- color: white;
11
- }
12
-
13
- div[class='row-widget row widget-box'] {
14
- margin-top: -1rem !important;
15
- }
16
-
17
- div[data-testid='stTextArea'] textarea{
18
- resize: vertical !important;
19
- }
20
-
21
- code {
22
- display: block;
23
- white-space: normal;
24
- word-wrap: break-word;
25
- line-height: initial;
26
- overflow-x: auto;
27
- padding: .5em;
28
- background: rgba(0, 0, 0, 0.1);
29
- border-radius: .25rem;
30
- font-size: 0.9rem;
31
- }