Skip to content
Snippets Groups Projects
Commit cb33659f authored by Kevin Lin's avatar Kevin Lin
Browse files

_sass: Add inline-icon class

parent 62a80507
No related branches found
No related tags found
No related merge requests found
...@@ -93,6 +93,15 @@ summary { ...@@ -93,6 +93,15 @@ summary {
} }
} }
.inline-icon {
background-color: #f5f6fa;
border-radius: 4px;
height: 1.5em;
margin-bottom: -0.4em;
padding: 0.4em;
vertical-align: baseline;
}
[style*="--aspect-ratio"] > :first-child { [style*="--aspect-ratio"] > :first-child {
width: 100%; width: 100%;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment