mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-16 01:40:53 +08:00
11 lines
157 B
SCSS
11 lines
157 B
SCSS
.#{$ns}Code {
|
|
&--dark {
|
|
background-color: #1e1e1e;
|
|
border-radius: var(--borderRadius);
|
|
}
|
|
|
|
&-pre-wrap {
|
|
padding: var(--sizes-size-5);
|
|
}
|
|
}
|