mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-22 08:44:36 +00:00
Squashed 'custom/convert-usage/' content from commit 89c8624
git-subtree-dir: custom/convert-usage git-subtree-split: 89c86247bbe47eac5ae358ca188e5d7a99abe2ee
This commit is contained in:
35
obsidian-snippets/usage.css
Normal file
35
obsidian-snippets/usage.css
Normal file
@ -0,0 +1,35 @@
|
||||
.box {
|
||||
display: inline-block;
|
||||
width: fit-content;
|
||||
margin: 0.2rem;
|
||||
padding: 0.2rem 0.3rem 0.2rem 0.3rem;
|
||||
|
||||
border: 1px solid black;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
.usage {
|
||||
display:flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.left {
|
||||
padding-right: 1.7rem;
|
||||
|
||||
background-image: linear-gradient(black, black), linear-gradient(black, black);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 8px 2px;
|
||||
background-position: top right, bottom right;
|
||||
|
||||
border-right: solid black;
|
||||
border-width: 0 2px;
|
||||
}
|
||||
|
||||
.left p {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.right {
|
||||
padding-left: 1rem;
|
||||
}
|
Reference in New Issue
Block a user