You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
357 B
18 lines
357 B
@import "../../../bibase"; |
|
|
|
.bi-code-editor{ |
|
& .param { |
|
color: @color-bi-text; |
|
padding: 0 5px; |
|
margin: 1px 1px; |
|
.border-radius(2px); |
|
background: @color-bi-background-highlight; |
|
display: inline-block; |
|
} |
|
& .error-param { |
|
color: @color-bi-text-failure; |
|
padding: 0 5px; |
|
margin: 1px 1px; |
|
display: inline-block; |
|
} |
|
} |