12 lines
No EOL
142 B
CSS
12 lines
No EOL
142 B
CSS
.stage {
|
|
display: flex;
|
|
height: 28px;
|
|
width: 28px;
|
|
z-index: 2;
|
|
}
|
|
|
|
.stage > svg {
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow: visible;
|
|
} |