UNPKG
spur-tailwind
Version:
latest (0.0.1)
1.0.0
0.0.1
Spur web UI
spur-tailwind
/
css
/
components
/
textarea.css
11 lines
(9 loc)
•
241 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
.textarea {
@apply
w-full p-
4
h-
37
border border-spur-grey rounded-md; } .textarea::-webkit-input-placeholder, .textarea::-moz-placeholder, .
textarea:
-ms-input-placeholder, .
textarea:
-moz-placeholder {
@apply
text-border-line-purple; }