File tree Expand file tree Collapse file tree 1 file changed +26
-4
lines changed Expand file tree Collapse file tree 1 file changed +26
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,28 @@ body {
70
70
background-color : # f7f7f8 ;
71
71
}
72
72
73
- .chatbox form input {
73
+ # mic-btn {
74
+ position : absolute;
75
+ bottom : 5.75% ;
76
+ left : 21.5vw ;
77
+ height : 5vh ;
78
+ width : 5vh ;
79
+ background-color : # f7f7f8 ;
80
+ color : gray;
81
+ border : 1.5px solid # dededf ;
82
+ border-radius : 15% ;
83
+ padding : 6px ;
84
+ font-size : 15px ;
85
+ text-align : center;
86
+ transition : 0.5s ;
87
+ }
88
+
89
+ # mic-btn : hover {
90
+ background-color : lightgray;
91
+ }
92
+
93
+
94
+ .chatbox .messaging form input {
74
95
position : absolute;
75
96
bottom : 5% ;
76
97
right : 23vw ;
@@ -82,7 +103,7 @@ body {
82
103
padding : 15px ;
83
104
}
84
105
85
- .chatbox form button {
106
+ .chatbox . messaging form button {
86
107
position : absolute;
87
108
bottom : 5.75% ;
88
109
right : 23.75vw ;
@@ -97,7 +118,7 @@ body {
97
118
text-align : center;
98
119
}
99
120
100
- .chatbox form button : hover {
121
+ .chatbox . messaging form button : hover {
101
122
background-color : # 770737 ;
102
123
}
103
124
@@ -195,9 +216,10 @@ body {
195
216
margin-left : 1vw ;
196
217
font-size : 15px ;
197
218
padding : 10px ;
219
+ transition : 0.5s border-radius;
198
220
}
199
221
200
222
201
223
.settings-nav-inside # clear-btn : hover {
202
- border-radius : 10 px ;
224
+ border-radius : 7 px ;
203
225
}
You can’t perform that action at this time.
0 commit comments