mirror of
https://github.com/supabase/supabase.git
synced 2026-05-31 01:42:45 +08:00
migrates everything from ipip's branch
This commit is contained in:
24
apps/temp-docs/components/CodeBlock/CodeBlock.module.css
Normal file
24
apps/temp-docs/components/CodeBlock/CodeBlock.module.css
Normal file
@@ -0,0 +1,24 @@
|
||||
.code-block::before {
|
||||
content: '';
|
||||
background: #1e1e1e;
|
||||
height: 10px;
|
||||
width: 48px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.code-block::after {
|
||||
content: '';
|
||||
background: #1e1e1e;
|
||||
height: 12px;
|
||||
width: 48px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.code-block code .linenumber {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.code-block code::after,
|
||||
.code-block code::before {
|
||||
content: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user