15 lines
202 B
SCSS
15 lines
202 B
SCSS
@import "@Themes/constants.scss";
|
|
|
|
.root {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
|
|
.disconnect-icon {
|
|
margin-left: 8px;
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
}
|