Files
Calculateur-Talents-Wow/src/components/Icon.scss
T

10 lines
154 B
SCSS

.icon {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
&--medium {
width: 40px;
height: 40px;
}
}