10 lines
154 B
SCSS
10 lines
154 B
SCSS
.icon {
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
|
|
&--medium {
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
} |