AilexGPT commited on
Commit
a8a2c08
·
1 Parent(s): 9122591

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +0 -93
style.css CHANGED
@@ -43,96 +43,3 @@ body,
43
  font-size: 18px;
44
  }
45
 
46
- #upload {
47
- display: none;
48
- }
49
-
50
- svg {
51
- pointer-events: none;
52
- }
53
-
54
- #example {
55
- font-size: 14px;
56
- text-decoration: underline;
57
- cursor: pointer;
58
- }
59
-
60
- #example:hover {
61
- color: #2563EB;
62
- }
63
-
64
- .bounding-box {
65
- position: absolute;
66
- box-sizing: border-box;
67
- border: solid 2px;
68
- }
69
-
70
- .bounding-box-label {
71
- color: white;
72
- position: absolute;
73
- font-size: 12px;
74
- margin: -16px 0 0 -2px;
75
- padding: 1px;
76
- }
77
- .chatbot-container {
78
- width: 400px;
79
- height: 500px;
80
- border: 1px solid #ccc;
81
- border-radius: 5px;
82
- overflow: hidden;
83
- margin: 0 auto;
84
- position: relative;
85
- }
86
-
87
- .chatbot-header {
88
- background-color: #0078d7;
89
- color: #fff;
90
- padding: 10px;
91
- text-align: center;
92
- }
93
-
94
- .chatbot-body {
95
- height: 100%;
96
- display: flex;
97
- flex-direction: column;
98
- }
99
-
100
- .chatbot-messages {
101
- flex: 1;
102
- overflow-y: scroll;
103
- padding: 10px;
104
- }
105
-
106
- .chatbot-message {
107
- margin-bottom: 10px;
108
- }
109
-
110
- .chatbot-message .user {
111
- font-weight: bold;
112
- }
113
-
114
- .chatbot-message .bot {
115
- font-style: italic;
116
- }
117
-
118
- .chatbot-input {
119
- display: flex;
120
- padding: 10px;
121
- }
122
-
123
- .chatbot-input input {
124
- flex: 1;
125
- margin-right: 10px;
126
- border-radius: 5px;
127
- border: 1px solid #ccc;
128
- padding: 5px;
129
- }
130
-
131
- .chatbot-input button {
132
- background-color: #0078d7;
133
- color: #fff;
134
- border: none;
135
- border-radius: 5px;
136
- padding: 5px 10px;
137
- cursor: pointer;
138
- }
 
43
  font-size: 18px;
44
  }
45