Skip to content

Commit ffa48a6

Browse files
authored
Update style.css
1 parent f0c7399 commit ffa48a6

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

public/styles/style.css

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,28 @@ body {
7070
background-color: #f7f7f8;
7171
}
7272

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 {
7495
position: absolute;
7596
bottom: 5%;
7697
right: 23vw;
@@ -82,7 +103,7 @@ body {
82103
padding: 15px;
83104
}
84105

85-
.chatbox form button {
106+
.chatbox .messaging form button {
86107
position: absolute;
87108
bottom: 5.75%;
88109
right: 23.75vw;
@@ -97,7 +118,7 @@ body {
97118
text-align: center;
98119
}
99120

100-
.chatbox form button:hover {
121+
.chatbox .messaging form button:hover {
101122
background-color: #770737;
102123
}
103124

@@ -195,9 +216,10 @@ body {
195216
margin-left: 1vw;
196217
font-size: 15px;
197218
padding: 10px;
219+
transition: 0.5s border-radius;
198220
}
199221

200222

201223
.settings-nav-inside #clear-btn:hover {
202-
border-radius: 10px;
224+
border-radius: 7px;
203225
}

0 commit comments

Comments
 (0)