File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -71,3 +71,45 @@ main {
7171 margin : 20px ;
7272}
7373
74+ # chat-launcher {
75+ position : fixed;
76+ bottom : 20px ;
77+ right : 20px ;
78+ background : # 2c3e50 ;
79+ color : white;
80+ padding : 12px 16px ;
81+ border-radius : 30px ;
82+ cursor : pointer;
83+ z-index : 1000 ;
84+ font-family : sans-serif;
85+ box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.3 );
86+ }
87+
88+ # chatbox {
89+ position : fixed;
90+ bottom : 80px ;
91+ right : 20px ;
92+ width : 360px ;
93+ height : 500px ;
94+ border : 1px solid # ccc ;
95+ background : white;
96+ display : none;
97+ flex-direction : column;
98+ z-index : 1001 ;
99+ box-shadow : 0 8px 16px rgba (0 , 0 , 0 , 0.3 );
100+ border-radius : 10px ;
101+ overflow : hidden;
102+ }
103+
104+ # chatbox-header {
105+ background : # 2c3e50 ;
106+ color : white;
107+ padding : 10px ;
108+ font-weight : bold;
109+ display : flex;
110+ justify-content : space-between;
111+ align-items : center;
112+ font-family : sans-serif;
113+ }
114+
115+
You can’t perform that action at this time.
0 commit comments