Skip to content

Commit

Permalink
mic nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
SlippingGitty authored Aug 16, 2024
1 parent 1491b40 commit 0ee0be6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/fixations/_assets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,13 @@ Is there probably a better way to do this? Maybe. I wouldn't know! I don't care!
*/

/* Microphone */
.panels_a4d4d9 .container_b2ca13 .flex_dc333f > button:nth-last-child(3)[aria-checked=false] path {
d: path("M18.75 12V13.5C18.75 16.8 16.05 19.5 12.75 19.5H11.25C7.95 19.5 5.25 16.8 5.25 13.5V12H3.75V13.5C3.75 17.7 7.05 21 11.25 21V22.5H10.5C10.05 22.5 9.75 22.8 9.75 23.25C9.75 23.7 10.05 24 10.5 24H13.5C13.95 24 14.25 23.7 14.25 23.25C14.25 22.8 13.95 22.5 13.5 22.5H12.75V21C16.95 21 20.25 17.7 20.25 13.5V12H18.75ZM12 18C14.85 18 17.25 15.6 17.25 12.75V5.25C17.25 2.4 14.85 0 12 0C9.15 0 6.75 2.4 6.75 5.25V12.75C6.75 15.6 9.15 18 12 18ZM8.25 5.25C8.25 3.15 9.9 1.5 12 1.5C14.1 1.5 15.75 3.15 15.75 5.25V12.75C15.75 14.85 14.1 16.5 12 16.5C9.9 16.5 8.25 14.85 8.25 12.75V5.25Z") !important;
}
.panels_a4d4d9 .container_b2ca13 .flex_dc333f > button:nth-last-child(3)[aria-checked=true] path {
d: path("M30 17h-2c0 1.8-.5 3.5-1.4 5l1.5 1.5c1.2-2 1.8-4.2 1.9-6.5 M18 4c2.8 0 5 2.2 5 5v8c0 .4-.1.8-.2 1.2l1.6 1.6c.4-.9.6-1.8.6-2.8V9c0-3.9-3.2-7-7.1-6.9c-2.9 0-5.6 1.9-6.5 4.7L13 8.3c.5-2.4 2.6-4.1 5-4.3 m25.2 26.6l6.9 6.9l1.4-1.4L4 2.6L2.6 4l8.4 8.4V17c0 3.9 3.1 7 7 7c1.3 0 2.5-.3 3.6-1l2.2 2.2C22.1 26.4 20.1 27 18 27c-5.4.2-9.8-4.1-10-9.4V17H6c.1 6.2 4.8 11.4 11 12v3h-3c-.6 0-1 .4-1 1s.4 1 1 1h8c.6 0 1-.4 1-1s-.4-1-1-1h-3v-3c2.2-.2 4.4-1 6.2-2.4m-11.4-6.9c-.5-.8-.8-1.7-.8-2.7v-2.6l7.1 7.1c-2.2 1-4.9.3-6.3-1.8");
transform: scale(.7,.7) !important;
d: path("M13 8c0 .564-.094 1.107-.266 1.613l-.814-.814A4 4 0 0 0 12 8V7a.5.5 0 0 1 1 0zm-5 4c.818 0 1.578-.245 2.212-.667l.718.719a5 5 0 0 1-2.43.923V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 1 0v1a4 4 0 0 0 4 4m3-9v4.879L5.158 2.037A3.001 3.001 0 0 1 11 3 M9.486 10.607 5 6.12V8a3 3 0 0 0 4.486 2.607m-7.84-9.253 12 12 .708-.708-12-12z");
transform: scale(1.5) !important;
}
.panels_a4d4d9 .container_b2ca13 .flex_dc333f > button:nth-last-child(3)[aria-checked=false] path {
d: path("M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5 M10 8a2 2 0 1 1-4 0V3a2 2 0 1 1 4 0zM8 0a3 3 0 0 0-3 3v5a3 3 0 0 0 6 0V3a3 3 0 0 0-3-3") !important;
transform: scale(1.5) !important;
}

/* Headphones */
Expand Down

0 comments on commit 0ee0be6

Please sign in to comment.