mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 21:19:01 +08:00
20 lines
280 B
SCSS
20 lines
280 B
SCSS
.has-popover {
|
|
position: relative;
|
|
}
|
|
|
|
.is-keyword {
|
|
color: var(--primary-onActive);
|
|
}
|
|
|
|
.visibility-sensor {
|
|
min-height: 5px;
|
|
}
|
|
|
|
.renderer-error-boundary {
|
|
padding: 5px;
|
|
font-family: PingFangSC-Medium;
|
|
font-size: 14px;
|
|
color: #cf1322;
|
|
border: 1px dashed #cf1322;
|
|
}
|