14 lines
138 B
SCSS
14 lines
138 B
SCSS
.root {
|
|
height: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
|
|
img {
|
|
height: 100%;
|
|
}
|
|
|
|
svg {
|
|
fill: white;
|
|
}
|
|
}
|