2022-12-26 23:09:52 +01:00
|
|
|
@import '../../../styles/mixins.scss';
|
|
|
|
|
2022-05-08 09:41:47 +02:00
|
|
|
.root {
|
|
|
|
button {
|
|
|
|
border: none;
|
2022-08-30 08:17:12 +02:00
|
|
|
.ant-space {
|
|
|
|
.ant-space-item {
|
|
|
|
color: var(--theme-unknown-2);
|
|
|
|
}
|
|
|
|
}
|
2022-05-08 09:41:47 +02:00
|
|
|
}
|
2022-12-26 23:09:52 +01:00
|
|
|
.userIcon {
|
|
|
|
@include screen(desktop) {
|
|
|
|
margin-right: .5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.username {
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
@include screen(desktop) {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
}
|
2022-05-08 09:41:47 +02:00
|
|
|
}
|
2022-12-26 23:09:52 +01:00
|
|
|
|