mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 13:38:56 +08:00
8 lines
115 B
SCSS
8 lines
115 B
SCSS
|
.#{$ns}Each {
|
||
|
&-placeholder {
|
||
|
color: $text--muted-color;
|
||
|
text-align: center;
|
||
|
padding: $gap-sm;
|
||
|
}
|
||
|
}
|