19 lines
261 B
SCSS
19 lines
261 B
SCSS
|
.svg-icon {
|
||
|
width: 16px;
|
||
|
height: 16px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
|
||
|
> svg {
|
||
|
max-width: 100%;
|
||
|
max-height: 100%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.icon-button > div {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|