### What problem does this PR solve? - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: Yingfeng <yingfeng.zhang@gmail.com> Co-authored-by: Jin Hai <haijin.chn@gmail.com>
25 lines
447 B
Text
25 lines
447 B
Text
.toolbarWrapper {
|
|
:global(.ant-avatar) {
|
|
background-color: rgba(242, 243, 245, 1);
|
|
}
|
|
}
|
|
|
|
.circle {
|
|
display: inline-block;
|
|
line-height: 32px;
|
|
width: 32px;
|
|
text-align: center;
|
|
height: 32px;
|
|
border-radius: 50%;
|
|
background-color: rgba(242, 243, 245, 0.4);
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.language {
|
|
cursor: pointer;
|
|
}
|