mirror of
https://github.com/getredash/redash.git
synced 2026-03-21 07:00:07 -04:00
24 lines
438 B
Plaintext
24 lines
438 B
Plaintext
@import (reference, less) "~@/assets/less/ant";
|
|
|
|
.code-block {
|
|
background: rgba(0, 0, 0, 0.06);
|
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
border-radius: 2px;
|
|
padding: 3px 27px 3px 3px;
|
|
position: relative;
|
|
min-height: 32px;
|
|
|
|
code {
|
|
padding: 0;
|
|
font-size: 85%;
|
|
}
|
|
|
|
.@{btn-prefix-cls} {
|
|
position: absolute;
|
|
right: 3px;
|
|
bottom: 3px;
|
|
padding-left: 3px !important;
|
|
padding-right: 3px !important;
|
|
}
|
|
}
|