mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-01-02 06:28:15 +00:00
13 lines
173 B
SCSS
13 lines
173 B
SCSS
.tmagic-design-icon {
|
|
--color: inherit;
|
|
height: 1em;
|
|
width: 1em;
|
|
position: relative;
|
|
fill: currentColor;
|
|
|
|
img {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|
|
}
|