2022-12-27 01:09:52 +03:00
|
|
|
@import '../../../styles/mixins.scss';
|
|
|
|
|
2022-05-08 10:41:47 +03:00
|
|
|
.root {
|
|
|
|
button {
|
|
|
|
border: none;
|
2023-05-23 04:56:44 +03:00
|
|
|
.ant-space {
|
|
|
|
.ant-space-item {
|
|
|
|
color: var(--theme-unknown-2);
|
|
|
|
}
|
|
|
|
}
|
2022-05-08 10:41:47 +03:00
|
|
|
}
|
2022-12-27 01:09:52 +03:00
|
|
|
|
2023-05-23 04:56:44 +03:00
|
|
|
.username {
|
|
|
|
display: inline;
|
2023-04-24 20:58:57 +03:00
|
|
|
|
2023-05-23 04:56:44 +03:00
|
|
|
@include screen(desktop) {
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.hideTitleOnMobile {
|
|
|
|
@include screen(mobile) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.chatToggle {
|
|
|
|
@include screen(mobile) {
|
|
|
|
display: none;
|
2022-12-27 01:09:52 +03:00
|
|
|
}
|
2022-05-08 10:41:47 +03:00
|
|
|
}
|