main

mattermost/focalboard

Last updated at: 29/12/2023 09:41

image.scss

TLDR

This file contains styles for an image icon.

Classes

.ImageIcon

This class defines the styles for an image icon. It sets the fill color to the current color, removes the stroke, and sets the width and height to 24 pixels.

.ImageIcon {
    fill: currentColor;
    stroke: none;
    width: 24px;
    height: 24px;
}