Spaces:
Paused
Paused
File size: 352 Bytes
ab2ded1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
.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, 1);
vertical-align: middle;
cursor: pointer;
}
.language {
cursor: pointer;
}
|