mirror of https://github.com/abpframework/abp.git
4 changed files with 16 additions and 5 deletions
@ -1,5 +1,4 @@ |
|||
.line-highlight { |
|||
margin-top: 1.5em !important; |
|||
background: rgb(176 199 52 / 20%) !important; |
|||
padding: 1px !important; |
|||
} |
|||
.code-toolbar .line-highlight { |
|||
margin-top: 1.5em !important; |
|||
background: rgba(233, 237, 241, 0.34) !important; |
|||
padding: 1px !important; } |
|||
|
|||
@ -0,0 +1 @@ |
|||
.code-toolbar .line-highlight{margin-top:1.5em !important;background:rgba(233,237,241,.34) !important;padding:1px !important;} |
|||
@ -0,0 +1,7 @@ |
|||
.code-toolbar { |
|||
.line-highlight { |
|||
margin-top: 1.5em !important; |
|||
background: rgba(233, 237, 241, 0.34) !important; |
|||
padding: 1px !important; |
|||
} |
|||
} |
|||
Loading…
Reference in new issue