You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
292 B
17 lines
292 B
3 years ago
|
.obsidian-icon {
|
||
|
font-size: inherit;
|
||
|
display: inline-block;
|
||
|
width: 2rem !important;
|
||
|
text-align: center;
|
||
|
/* margin-right: -0.5rem !important; */
|
||
|
}
|
||
|
|
||
|
p .obsidian-icon {
|
||
|
width: 1.75rem !important;
|
||
|
}
|
||
|
|
||
|
.obsidian-icon.react-icon > svg {
|
||
|
vertical-align: middle;
|
||
|
margin-bottom: 3px;
|
||
|
}
|