File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
packages/docs/.vuepress/theme-coreui/src/client/styles Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 355
355
// Code snippets
356
356
//
357
357
358
+ div [class ^= " language-" ],
358
359
.highlight {
359
360
position : relative ;
360
361
padding : .75rem ($cd-gutter-x * .5 );
388
389
.docs-code-snippet {
389
390
margin : 0 ($cd-gutter-x * -.5 ) $spacer ;
390
391
392
+ div [class ^= " language-" ],
391
393
.highlight {
392
394
margin-bottom : 0 ;
393
395
}
394
396
397
+ .docs-example ~ div [class ^= " language-" ],
395
398
.docs-example ~ .highlight {
396
- border : solid var (--cui-border-color );
397
- border-width : 1px 0 0 ;
399
+ border : 0 ;
398
400
@include border-top-radius (0 );
399
401
}
400
402
420
422
}
421
423
}
422
424
425
+ .docs-example {
426
+ border-bottom-width : 0 ;
427
+ }
428
+
429
+ .docs-example + div [class ^= " language-" ],
423
430
.docs-example + .highlight {
424
431
border-top-width : 0 ;
425
432
@include border-top-radius (0 );
You can’t perform that action at this time.
0 commit comments