UNPKG
@lyra/components
Version:
latest (0.3.0)
0.3.0
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.2
0.2.1
0.2.0
Basic UX components
vegapublish.com
VegaPublish/vega
@lyra/components
/
lib
/
textfields
/
styles
/
DefaultTextField.css
22 lines
(17 loc)
•
268 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@import
'part:@lyra/base/theme/variables-style'
;
.root
{
display
: block;
position
: relative;
width
:
100%
; }
.error
{ composes: root; }
.label
{
display
: block; }
.errorLabel
{ composes: label;
color
:
var
(--state-danger-color);
font-weight
: bold; }