deno.land / x / jotai@v1.8.4 / website / src / styles / utilities.css

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* @TODO replace with <div /> and Tailwind utility classes */.speech-bubble:after { content: ''; position: absolute; left: 0; top: 50%; width: 0; height: 0; margin-left: -24px; margin-top: -16px; border: solid transparent; border-width: 16px 24px 16px 0; border-right-color: #f5f5f5; border-left: 0;}
.dark .speech-bubble:after { border-right-color: #171717 !important;}
@tailwind utilities;
jotai

Version Info

Tagged at
2 years ago