mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 06:27:25 +08:00
18 lines
329 B
SCSS
18 lines
329 B
SCSS
.svg-icon,
|
|
.svg-icon-title {
|
|
height: 1em;
|
|
width: 1em;
|
|
line-height: 1;
|
|
display: inline-flex;
|
|
position: relative;
|
|
vertical-align: -0.125em;
|
|
fill: currentColor;
|
|
flex-shrink: 0; // Prevent the icon from shrinking if it's in a flexbox
|
|
overflow: visible;
|
|
|
|
&.d-icon-lock {
|
|
height: 0.9em;
|
|
width: 0.9em;
|
|
}
|
|
}
|