6 lines
76 B
SCSS
6 lines
76 B
SCSS
.root {
|
|
position: relative;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|